Prepare GTE overlay

This commit is contained in:
Jaby
2024-01-23 11:46:41 -05:00
parent dda2b5bc60
commit 032a88e33a
8 changed files with 38 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#include <stdio.h>
namespace GTETest {
void main() {
printf("PLANSCHIPLANSCHIPLANSCHIPLANSCHI\n");
}
}