From 702206568da07cd72dbeb7f8bf490a18ef77a383 Mon Sep 17 00:00:00 2001 From: Tera Date: Thu, 2 Apr 2020 00:41:14 +0200 Subject: [PATCH] Fix Shared mode WASAPI patch (#124) Both the offset and the edits were wrong. This edit is from bemani.guide, tested and working. --- sdvx5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdvx5.html b/sdvx5.html index 47230cd..bad35f8 100644 --- a/sdvx5.html +++ b/sdvx5.html @@ -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]}] } ]) ]);