From f3616450b99fcb1c3e3464940c347d283ab7a1c6 Mon Sep 17 00:00:00 2001 From: Rob Campbell Date: Fri, 11 Jun 2021 22:49:55 -0500 Subject: [PATCH] chunicrystal: add Title Server workaround for 1.45 --- chunicrystal.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chunicrystal.html b/chunicrystal.html index cdfcf20..f91aef9 100644 --- a/chunicrystal.html +++ b/chunicrystal.html @@ -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]}, + ], } ]) ]);