[XAM] - xcontent_type fixes & more

- added unknown smc call
- xcontent_type corrections
- add transfer cable to device type
- Select gamer type in gamercard
This commit is contained in:
The-Little-Wolf
2025-07-24 12:02:46 -07:00
committed by Radosław Gliński
parent 6a8193d360
commit eed4242059
5 changed files with 21 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ enum class DeviceType : uint32_t {
HDD = 1,
MU = 2, // support removed in 9199
ODD = 4,
TransferCable = 8,
USBMASS = 16, // Added in 8955
};