mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Add some chuni edits
This commit is contained in:
+16
-1
@@ -22,11 +22,26 @@
|
|||||||
{
|
{
|
||||||
// mon
|
// mon
|
||||||
name: "Disable shop close lockout",
|
name: "Disable shop close lockout",
|
||||||
tooltip: "Around midnight JST the game won't let you play any more.",
|
tooltip: "Disables ~12-8am lockout. Does not disable maint lockout from 6:30-7am JST",
|
||||||
patches: [
|
patches: [
|
||||||
{offset: 0x8E3DD3, off: [0x74], on: [0xEB]},
|
{offset: 0x8E3DD3, off: [0x74], on: [0xEB]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// somewhatlurker
|
||||||
|
name: "Force shared audio mode, system audio samplerate must be 48000",
|
||||||
|
tooltip: "Improves compatibility but may increase latency",
|
||||||
|
patches: [
|
||||||
|
{offset: 0xC77D1A, off: [0x01], on: [0x00]},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// somewhatlurker
|
||||||
|
name: "Force 2 channel audio output",
|
||||||
|
patches: [
|
||||||
|
{offset: 0xC77DF1, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
||||||
|
],
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user