Add ControllerTest Overlay and support not loading new state if previous loaded

This commit is contained in:
2024-01-03 20:38:43 -06:00
parent 9564768295
commit 493765adbb
8 changed files with 57 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
#include <stdio.h>
namespace ControllerTest {
void main() {
printf("CONT: BlubbBlubbBlubb!!\n");
}
}