mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Eclale - prevent volume change
This commit is contained in:
@@ -108,6 +108,11 @@
|
|||||||
name : "HDMI audio fix",
|
name : "HDMI audio fix",
|
||||||
patches : [{offset : 0x11812C, off: [0x85, 0xC0, 0x75, 0x96], on : [0x90, 0x90, 0x90, 0x90]}]
|
patches : [{offset : 0x11812C, off: [0x85, 0xC0, 0x75, 0x96], on : [0x90, 0x90, 0x90, 0x90]}]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Prevent Windows volume change on boot',
|
||||||
|
tooltip: 'If your volume gets forced to max, turn this on',
|
||||||
|
patches: [{offset: 0x11AA60, off: [0x83], on: [0xC3]}]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name : "Boot to event mode",
|
name : "Boot to event mode",
|
||||||
patches : [{offset : 0xF0D30, off: [0x8B, 0x00, 0xC3, 0xCC], on : [0x31, 0xC0, 0x40, 0xC3]}]
|
patches : [{offset : 0xF0D30, off: [0x8B, 0x00, 0xC3, 0xCC], on : [0x31, 0xC0, 0x40, 0xC3]}]
|
||||||
|
|||||||
Reference in New Issue
Block a user