mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 09:35:27 +00:00
2cd5d2d184
* settings: Fix GetAvailableLanguageCodes* implementations Make the implementation match settings. Also add GetAvailableLanguageCodesCount2 * set: define all missing commands in ISettingsServer for a better workflow * set: Implement MakeLanguageCode * set: stub GetQuestFlag * Address comments
8 lines
140 B
C#
8 lines
140 B
C#
namespace Ryujinx.HLE.HOS.Services.Set
|
|
{
|
|
static class SettingsError
|
|
{
|
|
public const int LanguageOutOfRange = 625;
|
|
}
|
|
}
|