hocclk: fix flickering

This commit is contained in:
souldbminersmwc
2026-05-30 18:03:35 -04:00
parent 53bf78181c
commit db62b6fb42
3 changed files with 0 additions and 9 deletions

View File

@@ -57,15 +57,6 @@ BaseMenuGui::~BaseMenuGui() {
// Fast preDraw - just renders pre-computed strings
void BaseMenuGui::preDraw(tsl::gfx::Renderer* renderer) {
BaseGui::preDraw(renderer);
if (!this->context) [[unlikely]] {
this->context = new HocClkContext;
}
Result rc = hocclkIpcGetCurrentContext(this->context);
if (R_FAILED(rc)) [[unlikely]] {
FatalGui::openWithResultCode("hocclkIpcGetCurrentContext", rc);
return;
}
// All constants pre-calculated and cached
const char* labels[] = {

Binary file not shown.

Binary file not shown.