mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-11 09:34:23 +00:00

* 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;
|
|
}
|
|
}
|