mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-19 09:12:14 -07: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