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

This commit is contained in:
Jaby
2024-01-03 20:38:43 -06:00
parent 17a6b6e223
commit 5e050f3ffd
8 changed files with 57 additions and 21 deletions

View File

@@ -2,7 +2,6 @@
namespace GPUTest {
void main() {
printf("BlubbBlubbBlubb!!\n");
while(true);
printf("GPU: BlubbBlubbBlubb!!\n");
}
}