From 275c0234cbec46366f17313e053fb2fd5f8e074f Mon Sep 17 00:00:00 2001 From: hexkyz Date: Tue, 11 Oct 2022 23:22:17 +0100 Subject: [PATCH] exo: add new dram ids --- libraries/libexosphere/include/exosphere/fuse.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libraries/libexosphere/include/exosphere/fuse.hpp b/libraries/libexosphere/include/exosphere/fuse.hpp index 2c5de848f..63bf917d9 100644 --- a/libraries/libexosphere/include/exosphere/fuse.hpp +++ b/libraries/libexosphere/include/exosphere/fuse.hpp @@ -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(); -} \ No newline at end of file +}