mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
IIDX HV: SSE4.2 Fix (#149)
* Add HV hex edits from spicetools * add some tooltips * lol typo * IIDX HV: SSE4.2 Fix * lol whoops Co-authored-by: Will <will@mon.im>
This commit is contained in:
@@ -113,6 +113,11 @@
|
||||
name: 'Hide "CREDIT: %s"',
|
||||
patches: [{offset: 0x2BD0D6, off: [0xFF, 0x15, 0x44, 0x91, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'SSE4.2 Fix',
|
||||
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]}]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user