Remove JSON stuff and Widgets and Menus

This commit is contained in:
2022-06-04 21:29:24 +02:00
parent 76ac6e2f6d
commit 73fa8656c3
24 changed files with 70 additions and 1009 deletions

View File

@@ -13,7 +13,7 @@ int main(int argc, char **argv)
#endif
// Create controller
Controller &controller = Controller::instance();
Controller controller;
const char *fps_env = std::getenv("MAXFPS");
if (fps_env) {