> 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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user