Run rom android (#956)

* run rom android

* more

* more

* more

* more

* more

* more

* more

* more
This commit is contained in:
Logan McNaughton
2026-05-26 18:09:57 +00:00
committed by GitHub
parent 9c9f1a3000
commit 32f54f157b
8 changed files with 287 additions and 127 deletions
+1
View File
@@ -168,6 +168,7 @@ bool sdl_event_filter(void *userdata, SDL_Event *event) {
callback.paused = !callback.paused;
}
break;
case SDL_SCANCODE_AC_BACK:
case SDL_SCANCODE_ESCAPE:
if (gfx_info.fullscreen) {
SDL_zero(user_event);