mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07: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:
+1
-1
@@ -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]}]
|
||||
}
|
||||
])
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user