mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-19 16:18:40 +01:00
SDVX V: Backport shared mode WASAPI audio to 2019070900 and CN (#113)
This commit is contained in:
parent
da181c15b1
commit
795fc5af09
12
sdvx5.html
12
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]}]
|
||||
}
|
||||
])
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user