mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 23:42:32 -07:00
service: am: Implement cabinet applet backend
This commit is contained in:
@@ -99,6 +99,13 @@ enum class TagProtocol : u32 {
|
||||
All = 0xFFFFFFFFU,
|
||||
};
|
||||
|
||||
enum class CabinetMode : u8 {
|
||||
StartNicknameAndOwnerSettings,
|
||||
StartGameDataEraser,
|
||||
StartRestorer,
|
||||
StartFormatter,
|
||||
};
|
||||
|
||||
using UniqueSerialNumber = std::array<u8, 7>;
|
||||
using LockBytes = std::array<u8, 2>;
|
||||
using HashData = std::array<u8, 0x20>;
|
||||
|
Reference in New Issue
Block a user