Fix Rename* functions on FspSrv, add a separate class do hold system settings on Switch

This commit is contained in:
gdkchan 2018-03-03 14:04:58 -03:00
parent 64ca46f069
commit c48c3360e0
5 changed files with 44 additions and 27 deletions

View file

@ -22,8 +22,8 @@ namespace Ryujinx.Core.OsHle.IpcServices.Set
public static long GetColorSetId(ServiceCtx Context)
{
//Use white system theme
Context.ResponseData.Write(1);
Context.ResponseData.Write((int)Context.Ns.Settings.ThemeColor);
return 0;
}