1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00

exo: add new dram ids

This commit is contained in:
hexkyz 2022-10-11 23:22:17 +01:00 committed by SciresM
parent 427130a122
commit 275c0234cb

View file

@ -77,6 +77,12 @@ namespace ams::fuse {
DramId_HoagMicron1y4GB = 26,
DramId_AulaMicron1y4GB = 27,
DramId_AulaSamsung1y8GBX = 28,
DramId_IowaX1X2Samsung4GB = 29,
DramId_HoagX1X2Samsung4GB = 30,
DramId_AulaX1X2Samsung4GB = 31,
DramId_IowaSamsung4GBY = 32,
DramId_HoagSamsung4GBY = 33,
DramId_AulaSamsung4GBY = 34,
DramId_Count,
};
@ -119,4 +125,4 @@ namespace ams::fuse {
bool IsOdmProductionMode();
void ConfigureFuseBypass();
}
}