From 50cdb1514bee3af9d1762be3cb9cb91e26337875 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Mon, 11 Aug 2025 04:17:03 -0400 Subject: [PATCH] fix more stuff --- source/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.c b/source/main.c index 73a5385..4057359 100644 --- a/source/main.c +++ b/source/main.c @@ -46,6 +46,7 @@ int main(int argc, char* argv[]) // Your code goes here u32 kDown = hidKeysDown(); if (kDown & KEY_START) { + printf("start presed\n"); flushBuffs(buf); gfxFlushBuffers(); gspWaitForVBlank();