mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-17 18:59:17 +01:00
SSE4.2 Fix (#33)
Discovered by GHYAKIMA Please test this more, but it appears to work
This commit is contained in:
parent
3c84db2a02
commit
c98a98ce41
@ -12,6 +12,12 @@
|
||||
window.addEventListener('load', function () {
|
||||
new DllPatcherContainer([
|
||||
new DllPatcher('bm2dx', [
|
||||
{
|
||||
// discovered by GHYAKIMA
|
||||
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: 0x169667, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
// ported by Xyen
|
||||
name: 'Unlock All Songs',
|
||||
|
Loading…
x
Reference in New Issue
Block a user