mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-21 20:40:29 +01:00
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:
parent
49b110dbec
commit
702206568d
@ -286,7 +286,7 @@
|
|||||||
{
|
{
|
||||||
name: 'Shared mode WASAPI',
|
name: 'Shared mode WASAPI',
|
||||||
tooltip: 'Only replaces the first audio device init attempt',
|
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]}]
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user