mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 20:56:39 +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
7 lines
140 B
C#
7 lines
140 B
C#
namespace Ryujinx.HLE.HOS.Services.Set
|
|
{
|
|
static class SettingsError
|
|
{
|
|
public const int LanguageOutOfRange = 625;
|
|
}
|
|
}
|