mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Port fast/slow total opposite toggle from iidxhax to HEROIC VERSE 2020-09-29.
This commit is contained in:
@@ -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.",
|
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]}]
|
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]},
|
||||||
|
]
|
||||||
|
},
|
||||||
]),
|
]),
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user