fix more stuff

This commit is contained in:
neon443
2025-08-11 04:17:03 -04:00
parent 2a659ed371
commit 50cdb1514b

View File

@@ -46,6 +46,7 @@ int main(int argc, char* argv[])
// Your code goes here // Your code goes here
u32 kDown = hidKeysDown(); u32 kDown = hidKeysDown();
if (kDown & KEY_START) { if (kDown & KEY_START) {
printf("start presed\n");
flushBuffs(buf); flushBuffs(buf);
gfxFlushBuffers(); gfxFlushBuffers();
gspWaitForVBlank(); gspWaitForVBlank();