mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 06:22:39 +02:00
boot: update to accurate as of 9.1.0
This commit is contained in:
parent
93d4cbef94
commit
399899a0ea
@ -107,10 +107,11 @@ namespace ams::spl {
|
||||
}
|
||||
|
||||
enum class HardwareType {
|
||||
Icosa = 0,
|
||||
Copper = 1,
|
||||
Hoag = 2,
|
||||
Iowa = 3,
|
||||
Icosa = 0,
|
||||
Copper = 1,
|
||||
Hoag = 2,
|
||||
Iowa = 3,
|
||||
Calcio = 4,
|
||||
};
|
||||
|
||||
enum MemoryArrangement {
|
||||
|
Loading…
Reference in New Issue
Block a user