Various exception/assert files

This commit is contained in:
robojumper
2025-08-20 20:55:56 +02:00
parent 897de53b2d
commit 50c32beaa7
20 changed files with 367 additions and 67 deletions
+1
View File
@@ -24,6 +24,7 @@ enum Button {
BUTTON_MINUS = 0x1000,
BUTTON_Z = 0x2000,
BUTTON_C = 0x4000,
BUTTON_HOME = 0x8000,
};
inline EGG::CoreController *getCore(const int i) {