SDVX V: Add shared mode WASAPI audio to 2019100800 (#111)

This commit is contained in:
Will 2020-01-22 05:06:01 -05:00 committed by Will
parent 8bc411d91f
commit 6391173a94

View File

@ -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