mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-13 18:06:38 +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;
|
|||
|
}
|
|||
|
}
|