mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-24 18:26:27 -05:00
Better support for user accounts (#349)
* Better support for user accounts * Nits * Check for invalid ids
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Ryujinx
|
||||
|
||||
Switch Ns = new Switch(Renderer, AudioOut);
|
||||
|
||||
Config.Read(Ns.Log);
|
||||
Config.Read(Ns);
|
||||
|
||||
Ns.Log.Updated += ConsoleLog.PrintLog;
|
||||
|
||||
|
Reference in New Issue
Block a user