From dda95e583250204a6fbbfd0c57254bbbf0a55c1f Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 15 Sep 2021 16:25:32 -0700 Subject: [PATCH] fusee/exo: update for new dram id changes --- libexosphere/include/exosphere/fuse.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexosphere/include/exosphere/fuse.hpp b/libexosphere/include/exosphere/fuse.hpp index 2dece286..7d8b5040 100644 --- a/libexosphere/include/exosphere/fuse.hpp +++ b/libexosphere/include/exosphere/fuse.hpp @@ -54,7 +54,7 @@ namespace ams::fuse { DramId_IowaHynix1y4GB = 3, DramId_IcosaSamsung6GB = 4, DramId_HoagHynix1y4GB = 5, - DramId_CopperMicron4GB = 6, + DramId_AulaHynix1y4GB = 6, DramId_IowaX1X2Samsung4GB = 7, DramId_IowaSansung4GB = 8, DramId_IowaSamsung8GB = 9,