mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 20:21:39 +01: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:
parent
52568f8825
commit
386abcfe14
@ -75,6 +75,15 @@
|
||||
tooltip: "Prevents monitor setting changes on startup",
|
||||
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",
|
||||
tooltip:
|
||||
|
Loading…
x
Reference in New Issue
Block a user