mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 01:32:25 -07:00
Implement loading of profile image (#391)
* implement loading of profile image * rename icon to profilepicture * rename icon file
This commit is contained in:
@@ -31,7 +31,10 @@ namespace Ryujinx.HLE.HOS.Services
|
||||
switch (Name)
|
||||
{
|
||||
case "acc:u0":
|
||||
return new IAccountServiceForApplication();
|
||||
return new IAccountService();
|
||||
|
||||
case "acc:u1":
|
||||
return new IAccountService();
|
||||
|
||||
case "aoc:u":
|
||||
return new IAddOnContentManager();
|
||||
|
Reference in New Issue
Block a user