hocclk: major code refactor

move everything into its own directory, clean codebase up a lot
This commit is contained in:
souldbminersmwc
2026-05-08 22:43:14 -04:00
parent 65dfa8f48a
commit 3ca1f17e4d
78 changed files with 138 additions and 263 deletions

View File

@@ -29,7 +29,6 @@
#include <tesla.hpp>
#include "ui/gui/fatal_gui.h"
#include "ui/gui/main_gui.h"
#include "rgltr_services.h" // for extern Service g_rgltrSrv, etc.
class AppOverlay : public tsl::Overlay
{
@@ -42,7 +41,6 @@ class AppOverlay : public tsl::Overlay
//}
virtual void exitServices() override {
rgltrExit();
hocclkIpcExit();
}

View File

@@ -22,7 +22,6 @@
#include <cstdio>
#include <cstring>
#include <vector>
#include <notification.h>
#include "labels.h"
// This workaround *may* not be nessasary, but it seems to help with reducing stutter