mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Properly set the supported language, user language, and region based on the ROM's region (#38)
This commit is contained in:
12
arm7/source/loader/ConsoleRegion.h
Normal file
12
arm7/source/loader/ConsoleRegion.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
/// @brief Enum for DSi console region.
|
||||
enum class ConsoleRegion
|
||||
{
|
||||
Japan,
|
||||
America,
|
||||
Europe,
|
||||
Australia,
|
||||
China,
|
||||
Korea
|
||||
};
|
||||
Reference in New Issue
Block a user