mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-03-21 17:54:44 -05:00
Add Fullscreen FPS Target option for A20+ MDX-001
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled
This commit is contained in:
parent
69f0c8f4c8
commit
6ac94e94ad
32
ddra20+.html
32
ddra20+.html
|
|
@ -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] },
|
||||
],
|
||||
},
|
||||
{
|
||||
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",
|
||||
tooltip: "Enable OmniMIX support",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user