From ad35ac85efc09837a349d320bdda02ba1f8567ae Mon Sep 17 00:00:00 2001 From: Collecting Date: Sat, 17 Jan 2026 10:07:56 +0000 Subject: [PATCH] Typo buddy Signed-off-by: Collecting --- src/core/file_sys/patch_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp index 319982145..ba4df574a 100644 --- a/src/core/file_sys/patch_manager.cpp +++ b/src/core/file_sys/patch_manager.cpp @@ -738,7 +738,7 @@ std::vector PatchManager::GetPatches(VirtualFile update_raw) const { // Scan for Global Tools (NX-Optimizer) const std::vector optimizer_supported_ids = { 0x0100F2C0115B6000, 0x01007EF00011E000, 0x0100A3D008C5C000, 0x01008F6008C5E000, - 0x01008CF018AAC000 + 0x01008CF01BAAC000 }; if (std::find(optimizer_supported_ids.begin(), optimizer_supported_ids.end(), title_id) != optimizer_supported_ids.end()) {