mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 13:26:41 +00:00
8 lines
140 B
C#
8 lines
140 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Set
|
|||
|
{
|
|||
|
static class SettingsError
|
|||
|
{
|
|||
|
public const int LanguageOutOfRange = 625;
|
|||
|
}
|
|||
|
}
|