mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-20 00:22:45 +01:00
feat(op.2): Add support for 2019-10-02
This commit is contained in:
parent
2239052fce
commit
e52fcc9e59
@ -23,6 +23,17 @@
|
||||
patches: [{offset: 0x21A6FA, off: [0x1E], on: [0x00]}]
|
||||
},
|
||||
]),
|
||||
new Patcher('nostalgia.dll', "2019-10-02", [
|
||||
{
|
||||
name: 'Menu Timer Freeze',
|
||||
patches: [{offset: 0x303D33, off: [0x41, 0xFF, 0xC8], on: [0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Shorter Monitor Check',
|
||||
tooltip : "Similar to Rootage, recommended only if you have a stable framerate",
|
||||
patches: [{offset: 0x21A6FA, off: [0x1E], on: [0x00]}]
|
||||
},
|
||||
])
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user