Add Fullscreen FPS Target option for A20+ MDX-001
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled

This commit is contained in:
globalnamespace 2025-09-14 11:35:42 -05:00 committed by Will
parent 69f0c8f4c8
commit 6ac94e94ad

View File

@ -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",