mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +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 {
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user