Add packet to retrieve SD/MMC boot registers.

This commit is contained in:
2019-10-14 01:11:20 +01:00
parent 3df019304f
commit ef92d42641
3 changed files with 31 additions and 1 deletions

View File

@@ -18,7 +18,9 @@ namespace DiscImageChef.Devices.Remote
CommandSdhci = 13,
ResponseSdhci = 14,
CommandGetType = 15,
ResponseGetType = 16
ResponseGetType = 16,
CommandGetSdhciRegisters = 17,
ResponseGetSdhciRegisters = 18
}
public enum DicNopReason : byte