sysmodule: change soc type logic

This commit is contained in:
souldbminersmwc
2025-12-03 19:27:52 -05:00
parent b2d3d27f5e
commit c84bb9d7e6
5 changed files with 22 additions and 11 deletions

View File

@@ -53,6 +53,7 @@ class Board
static std::int32_t GetPowerMw(SysClkPowerSensor sensor);
static std::uint32_t GetRamLoad(SysClkRamLoad load);
static SysClkSocType GetSocType();
static HorizonOCConsoleType GetConsoleType();
protected:
static void FetchHardwareInfos();