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:
bemaninerd
2020-10-28 07:15:43 -05:00
committed by GitHub
parent ab17a91df3
commit a03f0ae888
+5
View File
@@ -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]}]
},
]),
]);
});