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