mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 17:37:11 +02:00
set: Improve implementation (#703)
* 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
This commit is contained in:
parent
25a8237705
commit
b67295d79c
2 changed files with 68 additions and 16 deletions
7
Ryujinx.HLE/HOS/Services/Set/SettingsError.cs
Normal file
7
Ryujinx.HLE/HOS/Services/Set/SettingsError.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Set
|
||||
{
|
||||
static class SettingsError
|
||||
{
|
||||
public const int LanguageOutOfRange = 625;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue