chunicrystal: add Title Server workaround for 1.45

This commit is contained in:
Rob Campbell 2021-06-11 22:49:55 -05:00 committed by Will
parent 3ebf14a287
commit f3616450b9

View File

@ -161,6 +161,18 @@
patches: [
{offset: 0x2499D7, off: [0x00], on: [0x01]},
],
},
{
name: "No Title Server Encryption",
patches: [
{offset: 0x3D4372, off: [0x39], on: [0xC3]},
],
},
{
name: "No Title Server TLS",
patches: [
{offset: 0xCE5479, off: [0x81, 0xE3, 0x00, 0x00, 0x80, 0x00], on: [0x31, 0xDB, 0x90, 0x90, 0x90, 0x90]},
],
}
])
]);