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]}]
}
])
]);