mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
13 lines
168 B
C
13 lines
168 B
C
#pragma once
|
|
|
|
/// @brief Enum for DSi console region.
|
|
enum class ConsoleRegion
|
|
{
|
|
Japan,
|
|
America,
|
|
Europe,
|
|
Australia,
|
|
China,
|
|
Korea
|
|
};
|