From 6391173a94df91d0d61747769272306b50c8883f Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 22 Jan 2020 05:06:01 -0500 Subject: [PATCH] SDVX V: Add shared mode WASAPI audio to 2019100800 (#111) --- sdvx5.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdvx5.html b/sdvx5.html index 6df7105..7a3d9da 100644 --- a/sdvx5.html +++ b/sdvx5.html @@ -147,6 +147,12 @@ { name: 'Bypass Camera', patches: [{offset: 0x617D80, off: [0x74, 0x21], on: [0x90, 0x90]}] + }, + // created by Xyen + { + name: 'Shared mode WASAPI', + tooltip: 'Only replaces the first audio device init attempt', + patches: [{offset: 0x630CD5, off: [0xBA, 0x03, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00]}] } ]), // taken from IrotoI at /1cc/, added to bemanipatcher by JeDaYoshi