From 795fc5af0908abfc90ec31ab791d3140be204dc9 Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 22 Jan 2020 06:14:58 -0500 Subject: [PATCH] SDVX V: Backport shared mode WASAPI audio to 2019070900 and CN (#113) --- sdvx5.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sdvx5.html b/sdvx5.html index 7a3d9da..9059e86 100644 --- a/sdvx5.html +++ b/sdvx5.html @@ -76,6 +76,12 @@ { name: 'Skip global matching screen', patches: [{offset: 0x6AA778, off: [0x4D], on: [0x4E]}] + }, + // created by Xyen + { + name: 'Shared mode WASAPI', + tooltip: 'Only replaces the first audio device init attempt', + patches: [{offset: 0x5C3595, off: [0xBA, 0x03, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00]}] } ]), // taken from GHYAKIMA and IrotoI at /1cc/, added to bemanipatcher by JeDaYoshi @@ -214,6 +220,12 @@ name: 'Non-Effective Rate gauges do not recover', tooltip: 'This affects all "Hard" Gauge types', patches: [{offset: 0x57B9B3, off: [0x41, 0x01, 0x41, 0x68], on: [0x90, 0x90, 0x90, 0x90]}] + }, + // created by Xyen + { + name: 'Shared mode WASAPI', + tooltip: 'Only replaces the first audio device init attempt', + patches: [{offset: 0x6833E2, off: [0xBA, 0x03, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00]}] } ]) ]);