mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
+9
-2
@@ -20,7 +20,7 @@
|
|||||||
off: [0x75], on: [0xEB]},
|
off: [0x75], on: [0xEB]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Disable monitor change", //patch by Xyen
|
name: "Disable monitor change", //patch by Xyen
|
||||||
tooltip: "Prevents monitor setting changes on startup",
|
tooltip: "Prevents monitor setting changes on startup",
|
||||||
patches: [
|
patches: [
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
off: [0x75], on: [0xEB]},
|
off: [0x75], on: [0xEB]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Shared mode WASAPI",
|
name: "Shared mode WASAPI",
|
||||||
tooltip: "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn\'t work.",
|
tooltip: "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn\'t work.",
|
||||||
patches: [
|
patches: [
|
||||||
@@ -36,6 +36,13 @@
|
|||||||
off: [0x04], on: [0x00]},
|
off: [0x04], on: [0x00]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Timer freeze", // ikaros14
|
||||||
|
patches: [
|
||||||
|
{ offset: 0x71166,
|
||||||
|
off: [0x84], on: [0x85]},
|
||||||
|
],
|
||||||
|
},
|
||||||
]),
|
]),
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user