> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 21:01:13 up 7 days, 21:01,  1 user,  load average: 1.41, 0.88, 0.56
This commit is contained in:
tracer-ics2023
2024-09-25 21:01:13 +08:00
committed by zzy
parent 8b54a5eb7f
commit 12d06b3064

View File

@ -34,6 +34,8 @@ int SDL_WaitEvent(SDL_Event *event) {
return 1;
}
}
event->key.keysym.sym = SDLK_NONE;
printf("SDL_WaitEvent Unknown %s\n", buf + 2);
}
return 1;
}