mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-07 18:58:29 +02:00
Fix Rename* functions on FspSrv, add a separate class do hold system settings on Switch
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user