Fix Rename* functions on FspSrv, add a separate class do hold system settings on Switch
This commit is contained in:
parent
646af2498c
commit
7d48886750
5 changed files with 44 additions and 27 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue