mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
Port fast/slow total opposite toggle from iidxhax to HEROIC VERSE 2020-09-29.
This commit is contained in:
parent
44c174df7c
commit
8477254eba
@ -134,6 +134,14 @@
|
||||
tooltip : "This will allow the game to run on processors which do not support the SSE4.2 instruction set. If you can successfully boot the game, do NOT check this.",
|
||||
patches: [{offset: 0x2677C4, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Always show FAST/SLOW total',
|
||||
tooltip : "Toggles the 'FA/SL' judge text to show by default instead of requiring VEFX to be held.",
|
||||
patches: [
|
||||
{offset: 0x5667F0, off: [0x74], on: [0x75]},
|
||||
{offset: 0x5665D3, off: [0x74], on: [0x75]},
|
||||
]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user