mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Add Fullscreen FPS Target option for A20+ MDX-001
This commit is contained in:
@@ -752,6 +752,38 @@
|
|||||||
{ offset: 0x37332, off: [0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC], on: [0x83, 0xC4, 0x0C, 0x8D, 0x44, 0x24, 0x1C, 0x36, 0xC7, 0x00, 0xEF, 0x01, 0x00, 0x00, 0xE9, 0x95, 0x49, 0x00, 0x00] },
|
{ offset: 0x37332, off: [0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC], on: [0x83, 0xC4, 0x0C, 0x8D, 0x44, 0x24, 0x1C, 0x36, 0xC7, 0x00, 0xEF, 0x01, 0x00, 0x00, 0xE9, 0x95, 0x49, 0x00, 0x00] },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type : "union",
|
||||||
|
name : "Fullscreen FPS Target",
|
||||||
|
danger: "Experimental: fast animations and menu scrolling",
|
||||||
|
offset : 0x1809,
|
||||||
|
patches : [
|
||||||
|
{
|
||||||
|
name : "60 FPS",
|
||||||
|
patch : [0x3C, 0x00, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : "120 FPS",
|
||||||
|
patch : [0x78, 0x00, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : "144 FPS",
|
||||||
|
patch : [0x90, 0x00, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : "165 FPS",
|
||||||
|
patch : [0xA5, 0x00, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : "240 FPS",
|
||||||
|
patch : [0xF0, 0x00, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : "360 FPS",
|
||||||
|
patch : [0x68, 0x01, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "OmniMIX",
|
name: "OmniMIX",
|
||||||
tooltip: "Enable OmniMIX support",
|
tooltip: "Enable OmniMIX support",
|
||||||
|
|||||||
Reference in New Issue
Block a user