Fix Shared mode WASAPI patch (#124)

Both the offset and the edits were wrong. This edit is from bemani.guide, tested and working.
This commit is contained in:
Tera 2020-04-02 00:41:14 +02:00 committed by GitHub
parent 49b110dbec
commit 702206568d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@
{
name: 'Shared mode WASAPI',
tooltip: 'Only replaces the first audio device init attempt',
patches: [{offset: 0x6833E2, off: [0x00, 0x00, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00]}]
patches: [{offset: 0x638EC5, off: [0xBA, 0x03, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00]}]
}
])
]);