mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
valkyrie mode and 120hz support (#200)
* valkyrie mode and 120hz support * Update sdvx6.html * im not very good at this am i * hhhh idk if this is correct editing in notepad++ and web github change the way its aligned so i cant tell if this is correct or not ;u; * Fix indent Co-authored-by: Will <will@mon.im>
This commit is contained in:
@@ -75,6 +75,15 @@
|
|||||||
tooltip: "Prevents monitor setting changes on startup",
|
tooltip: "Prevents monitor setting changes on startup",
|
||||||
patches: [{ offset: 0x1ecdab, off: [0x75], on: [0xeb] }],
|
patches: [{ offset: 0x1ecdab, off: [0x75], on: [0xeb] }],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Valkryie Model Support",
|
||||||
|
tooltip: "Will only work with <spec __type="str">F</spec> changed to either G or H, in ea3-config.xml."
|
||||||
|
patches: [{ offset: 0x3f1bd5, off: [0x87, 0x05], on: [0x47, 0x0c] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "120Hz Support",
|
||||||
|
patches: [{ offset: 0x6fc0be, off: [0x4e], on: [0x5e] }],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Shared mode WASAPI",
|
name: "Shared mode WASAPI",
|
||||||
tooltip:
|
tooltip:
|
||||||
|
|||||||
Reference in New Issue
Block a user