boot: update to accurate as of 9.1.0

This commit is contained in:
Michael Scire 2020-02-24 08:21:31 -08:00
parent 93d4cbef94
commit 399899a0ea

View File

@ -107,10 +107,11 @@ namespace ams::spl {
} }
enum class HardwareType { enum class HardwareType {
Icosa = 0, Icosa = 0,
Copper = 1, Copper = 1,
Hoag = 2, Hoag = 2,
Iowa = 3, Iowa = 3,
Calcio = 4,
}; };
enum MemoryArrangement { enum MemoryArrangement {