Properly set the supported language, user language, and region based on the ROM's region (#38)

This commit is contained in:
TY
2025-12-23 22:08:55 +08:00
committed by GitHub
parent 151b68018d
commit 19cce5960b
4 changed files with 139 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
#pragma once
/// @brief Enum for DSi user language.
enum class UserLanguage
{
Japanese,
English,
French,
German,
Italian,
Spanish,
Chinese,
Korean
};