Add the Cabinet Applet #340

Merged
Jacobwasbeast merged 5 commits from feature/cabinet-applet into master 2024-12-03 05:40:02 +00:00
Showing only changes of commit 454c87fc89 - Show all commits

View File

@ -71,8 +71,7 @@ namespace Ryujinx.HLE.HOS.Applets.Cabinet
GreemDev commented 2024-12-03 02:11:15 +00:00 (Migrated from github.com)
Review

string.Empty here as well

`string.Empty` here as well
GreemDev commented 2024-12-03 02:11:15 +00:00 (Migrated from github.com)
Review

string.Empty here as well

`string.Empty` here as well
public ResultCode GetResult()
{
var amiibo = _system.Device.System.NfpDevices[0];
GreemDev commented 2024-12-03 02:11:15 +00:00 (Migrated from github.com)
Review

string.Empty here as well

`string.Empty` here as well
_system.Device.System.NfpDevices.Remove(amiibo);
GreemDev commented 2024-12-03 02:11:15 +00:00 (Migrated from github.com)
Review

string.Empty here as well

`string.Empty` here as well
_system.Device.System.NfpDevices.RemoveAt(0);
GreemDev commented 2024-12-03 02:11:15 +00:00 (Migrated from github.com)
Review

string.Empty here as well

`string.Empty` here as well
return ResultCode.Success;
}

GreemDev commented 2024-12-03 02:11:15 +00:00 (Migrated from github.com)
Review

string.Empty here as well

`string.Empty` here as well
GreemDev commented 2024-12-03 02:11:15 +00:00 (Migrated from github.com)
Review

string.Empty here as well

`string.Empty` here as well