mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 01:06:50 +02:00
Properly set the supported language, user language, and region based on the ROM's region (#38)
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "ndsHeader.h"
|
||||
#include "DsiWareSaveArranger.h"
|
||||
#include "BootMode.h"
|
||||
#include "ConsoleRegion.h"
|
||||
#include "UserLanguage.h"
|
||||
|
||||
struct dsi_devicelist_entry_t;
|
||||
|
||||
@@ -72,4 +74,7 @@ private:
|
||||
void InsertArgv();
|
||||
bool TrySetupDsiWareSave();
|
||||
bool TryDecryptSecureArea();
|
||||
ConsoleRegion GetRomRegion(u32 gameCode);
|
||||
UserLanguage GetLanguageByRomRegion(ConsoleRegion romRegion);
|
||||
u32 GetSupportedLanguagesByRegion(ConsoleRegion region);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user