Chunithm: Add patch for Windows 7 (#112)

This commit is contained in:
Rain_Effect 2020-01-22 19:05:20 +08:00 committed by Will
parent 6391173a94
commit da181c15b1

View File

@ -49,6 +49,15 @@
{offset: 0xC77DF1, off: [0x75, 0x3F], on: [0x90, 0x90]},
],
},
{
// maybenotuseful
name: "Patch for Windows 7",
tooltip: "May not be able to connect to the server",
patches: [
{offset: 0x19B0AAE, off: [0x45, 0x78], on: [0x5F, 0x41]},
{offset: 0x19B0AB7, off: [0x43, 0x61, 0x6E, 0x63, 0x65, 0x6C, 0x51, 0x75, 0x65, 0x72, 0x79], on: [0x51, 0x75, 0x65, 0x72, 0x79, 0x5F, 0x41, 0x00, 0x00, 0x00, 0x00]},
],
},
]);
});
</script>