mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-25 12:13:27 +00:00
Update src/core/file_sys/patch_manager.cpp
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -737,7 +737,8 @@ std::vector<Patch> PatchManager::GetPatches(VirtualFile update_raw) const {
|
||||
|
||||
// Scan for Global Tools (NX-Optimizer)
|
||||
const std::vector<u64> optimizer_supported_ids = {
|
||||
0x0100F2C0115B6000, 0x01007EF00011E000, 0x0100A3D008C5C000, 0x01008F6008C5E000
|
||||
0x0100F2C0115B6000, 0x01007EF00011E000, 0x0100A3D008C5C000, 0x01008F6008C5E000,
|
||||
0x01008CF018AAC000
|
||||
};
|
||||
|
||||
if (std::find(optimizer_supported_ids.begin(), optimizer_supported_ids.end(), title_id) != optimizer_supported_ids.end()) {
|
||||
|
||||
Reference in New Issue
Block a user