hoc-sys: change licenses and add more config options

This commit is contained in:
souldbminersmwc
2025-10-31 17:32:59 -04:00
parent 1817314ce5
commit 68de640ea2
97 changed files with 1807 additions and 182 deletions

View File

@@ -213,7 +213,7 @@ class View
/**
* Called each frame
* Do not override it to draw your view,
* Default it to draw your view,
* override draw() instead
*/
virtual void frame(FrameContext* ctx);

View File

@@ -33,7 +33,7 @@ extern uint32_t g_freq_table_hz[SysClkModule_EnumMax][SYSCLK_FREQ_LIST_MAX+1];
Result cacheFreqList();
std::string formatListItemTitle(const std::string str, size_t maxScore = 140);
brls::SelectListItem* createFreqListItem(SysClkModule module, uint32_t selectedFreqInMHz, std::string defaultString = "Do not override");
brls::SelectListItem* createFreqListItem(SysClkModule module, uint32_t selectedFreqInMHz, std::string defaultString = "Default");
std::string formatFreq(uint32_t freq);
std::string formatTid(uint64_t tid);