mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 20:21:39 +01:00
Add some chuni edits
This commit is contained in:
parent
55c1a3ae4c
commit
b2f0287af1
@ -22,11 +22,26 @@
|
||||
{
|
||||
// mon
|
||||
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: [
|
||||
{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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user