Implement loading of profile image (#391)

* implement loading of profile image

* rename icon to profilepicture

* rename icon file
This commit is contained in:
emmauss 2018-09-02 01:04:20 +03:00 committed by gdkchan
parent b549daed03
commit 675f3f6f81
5 changed files with 48 additions and 5 deletions

View file

@ -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();