Implement loading of profile image (#391)
* implement loading of profile image * rename icon to profilepicture * rename icon file
This commit is contained in:
parent
b549daed03
commit
675f3f6f81
5 changed files with 48 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue