mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-27 11:20:49 +01: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;
|
|||
|
}
|
|||
|
}
|