Game volume patches for Resident LDJ-012

This commit is contained in:
Minsang 2023-10-31 20:11:20 -07:00 committed by Will
parent 8692ce43a8
commit 59f2025f21

View File

@ -678,6 +678,15 @@
name: "WASAPI Shared Mode (with 44.1kHz)", name: "WASAPI Shared Mode (with 44.1kHz)",
patches: [{ offset: 0x2AEFC9, off: [0x0F, 0x84], on: [0x90, 0xE9] }], patches: [{ offset: 0x2AEFC9, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
}, },
{
name: "Prevent Windows volume change (stop game from setting it to 100% on launch)",
patches: [{ offset: 0x363F71, off: [0xFF, 0x50, 0x38], on: [0x90, 0x90, 0x90] }],
},
{
name: "Increase Game Volume",
tooltip: "Ignore the in-game volume settings and use the maximum possible volume level. Especially helpful for TDJ which tends to be very quiet.",
patches: [{ offset: 0x6DC250, off: [0xFF, 0x90, 0x98, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{ {
name: "Skip Decide Screen", name: "Skip Decide Screen",
tooltip: "Immediately loads into chart after selection.", tooltip: "Immediately loads into chart after selection.",