This commit is contained in:
Lightos1
2026-03-20 21:09:43 +01:00
parent 130f9101a2
commit c29d6244a4

View File

@@ -38,6 +38,6 @@ namespace board {
SysClkSocType GetSocType(); SysClkSocType GetSocType();
HorizonOCConsoleType GetConsoleType(); HorizonOCConsoleType GetConsoleType();
u8 GetDramID(); u8 GetDramID();
bool isIsDram8GB(); bool IsDram8GB();
} }