SDVX V: Backport shared mode WASAPI audio to 2019070900 and CN (#113)

This commit is contained in:
Will 2020-01-22 06:14:58 -05:00 committed by Will
parent da181c15b1
commit 795fc5af09

View File

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