From a380ba4c60df4ecc095d2b880401718e38411e3f Mon Sep 17 00:00:00 2001 From: Collecting Date: Sat, 17 Jan 2026 09:00:03 +0000 Subject: [PATCH] Remove Un-used Title IDs Signed-off-by: Collecting --- src/core/file_sys/patch_manager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp index 87957da69..2ad74ac19 100644 --- a/src/core/file_sys/patch_manager.cpp +++ b/src/core/file_sys/patch_manager.cpp @@ -737,8 +737,7 @@ std::vector PatchManager::GetPatches(VirtualFile update_raw) const { // Scan for Global Tools (NX-Optimizer) const std::vector optimizer_supported_ids = { - 0x01006BB00C6F0000, 0x0100F2C0115B6000, 0x01002B00111A2000, - 0x01007EF00011E000, 0x0100F43008C44000, 0x0100A3D008C5C000, 0x01008F6008C5E000 + 0x0100F2C0115B6000, 0x01007EF00011E000, 0x0100A3D008C5C000, 0x01008F6008C5E000 }; if (std::find(optimizer_supported_ids.begin(), optimizer_supported_ids.end(), title_id) != optimizer_supported_ids.end()) {