Add Mii Maker (and try and fail to add the Software controller)

This commit is contained in:
Stossy11 2024-12-19 10:31:56 +11:00
parent c5736f9b15
commit 438c1a896f
19 changed files with 1674 additions and 38 deletions

View file

@ -40,7 +40,7 @@ namespace Ryujinx.HLE.HOS.Services.Account.Acc
{
byte[] defaultUserImage = EmbeddedResources.Read("Ryujinx.HLE/HOS/Services/Account/Acc/DefaultUserImage.jpg");
AddUser("RyuPlayer", defaultUserImage, DefaultUserId);
AddUser("MeloNX", defaultUserImage, DefaultUserId);
OpenUser(DefaultUserId);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After