mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Add force enable headphones for SDVX IV & SDVX V.
This commit is contained in:
@@ -143,6 +143,15 @@
|
|||||||
tooltip: 'Automatically skips the screen between song select and gameplay',
|
tooltip: 'Automatically skips the screen between song select and gameplay',
|
||||||
patches: [{offset: 0x315600, off: [0x4D], on: [0x4E]}]
|
patches: [{offset: 0x315600, off: [0x4D], on: [0x4E]}]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// created by aixxe
|
||||||
|
name: 'Force Enable Headphones',
|
||||||
|
tooltip: 'Overrides headphone detection to always be enabled. Useful for cabinets.',
|
||||||
|
patches: [
|
||||||
|
{offset: 0x20B418, off: [0x74, 0x05], on: [0x90, 0x90]},
|
||||||
|
{offset: 0x20B41F, off: [0x89, 0x5E, 0x48], on: [0x90, 0x90, 0x90]},
|
||||||
|
]
|
||||||
|
},
|
||||||
]),
|
]),
|
||||||
new Patcher('soundvoltex.dll', "2018-10-23", [
|
new Patcher('soundvoltex.dll', "2018-10-23", [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -297,6 +297,14 @@
|
|||||||
tooltip: 'Useful to play with Omega Dimension Ex-Track',
|
tooltip: 'Useful to play with Omega Dimension Ex-Track',
|
||||||
patches: [{offset: 0x406C94, off: [0xFF, 0xCA], on: [0x90, 0x90]}]
|
patches: [{offset: 0x406C94, off: [0xFF, 0xCA], on: [0x90, 0x90]}]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// created by aixxe
|
||||||
|
name: 'Force Enable Headphones',
|
||||||
|
tooltip: 'Overrides headphone detection to always be enabled. Useful for cabinets.',
|
||||||
|
patches: [
|
||||||
|
{offset: 0x618978, off: [0x89, 0x8B, 0x90, 0x00, 0x00, 0x00, 0x84, 0xC9, 0x74, 0x08], on: [0xC7, 0x83, 0x90, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00]},
|
||||||
|
]
|
||||||
|
},
|
||||||
// created by Xyen
|
// created by Xyen
|
||||||
{
|
{
|
||||||
name: 'Infinite Premium Time',
|
name: 'Infinite Premium Time',
|
||||||
|
|||||||
Reference in New Issue
Block a user