no name: Mii Editor applet support (#2419)
* no name: Mii Editor applet support * addresses gdkchan feedback * Fix comment * Bypass MountCounter of MiiDatabaseManager * Fix GetSettingsPlatformRegion * Disable Applet Menu for unsupported firmwares
This commit is contained in:
@ -499,6 +499,15 @@ namespace Ryujinx.HLE.HOS.Services.Fs
|
||||
return (ResultCode)result.Value;
|
||||
}
|
||||
|
||||
[CommandHipc(1003)]
|
||||
// DisableAutoSaveDataCreation()
|
||||
public ResultCode DisableAutoSaveDataCreation(ServiceCtx context)
|
||||
{
|
||||
// NOTE: This call does nothing in original service.
|
||||
|
||||
return ResultCode.Success;
|
||||
}
|
||||
|
||||
[CommandHipc(1004)]
|
||||
// SetGlobalAccessLogMode(u32 mode)
|
||||
public ResultCode SetGlobalAccessLogMode(ServiceCtx context)
|
||||
|
Reference in New Issue
Block a user