Impl HandleiQueRegionFreePatching to bypass region locking on certain iQue games (#83)

This commit is contained in:
TY
2026-01-04 23:13:24 +08:00
committed by GitHub
parent f1e5f0cddc
commit a424b25263
2 changed files with 11 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ private:
void InsertArgv();
bool TrySetupDsiWareSave();
bool TryDecryptSecureArea();
void HandleIQueRegionFreePatching();
ConsoleRegion GetRomRegion(u32 gameCode);
UserLanguage GetLanguageByRomRegion(ConsoleRegion romRegion);
u32 GetSupportedLanguagesByRegion(ConsoleRegion region);