mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-28 07:09:05 +00: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