mkxp-z/src
刘皓 dae17511aa
Rescue all Ruby errors in libretro builds instead of only StandardErrors
`rb_rescue` only catches `StandardError`s, which doesn't include things
like Ruby syntax errors that we'd like to catch. We need to explicitly
use `rb_rescue2` to catch `Exception` in order to catch everything.
2025-04-13 22:18:41 -04:00
..
audio Implement config loading in libretro builds 2025-04-11 23:12:05 -04:00
crypto Update ancurio's copyright notice (#29) 2023-10-04 15:07:34 -04:00
display Start implementing VX/VX Ace bindings in libretro builds 2025-04-13 17:30:50 -04:00
etc Add SDL_IntersectRect implementation for libretro builds 2025-04-13 12:41:25 -04:00
filesystem Implement config loading in libretro builds 2025-04-11 23:12:05 -04:00
input Implement config loading in libretro builds 2025-04-11 23:12:05 -04:00
net Bump cpp-httplib to v0.14.1 2023-10-29 11:59:55 +00:00
system Fix libretro compilation errors caused by the config-reading implementation 2025-04-12 17:09:41 -04:00
theoraplay Implement Graphics.play_movie 2022-01-20 22:03:47 -05:00
util Implement config loading in libretro builds 2025-04-11 23:12:05 -04:00
binding.h Update ancurio's copyright notice (#29) 2023-10-04 15:07:34 -04:00
config.cpp Fix libretro compilation errors caused by the config-reading implementation 2025-04-12 17:09:41 -04:00
config.h Implement config loading in libretro builds 2025-04-11 23:12:05 -04:00
core.cpp Rescue all Ruby errors in libretro builds instead of only StandardErrors 2025-04-13 22:18:41 -04:00
eventthread.cpp Replace xxd with a custom executable 2025-02-27 22:55:22 -05:00
eventthread.h Remove dependency on SDL headers in libretro builds 2025-03-29 12:37:07 -04:00
git-hash.h.in Simplify the libretro Emscripten build process 2025-02-09 00:37:57 -05:00
main.cpp Replace xxd with a custom executable 2025-02-27 22:55:22 -05:00
meson.build Start implementing VX/VX Ace bindings in libretro builds 2025-04-13 17:30:50 -04:00
mkxp-polyfill.cpp Downgrade OpenAL Soft from 1.24.2 to 1.23.1 in libretro builds 2025-04-08 14:27:20 -04:00
mkxp-polyfill.h Downgrade OpenAL Soft from 1.24.2 to 1.23.1 in libretro builds 2025-04-08 14:27:20 -04:00
settingsmenu.cpp Fix controller bindings 2024-08-31 10:30:53 +02:00
settingsmenu.h Update ancurio's copyright notice (#29) 2023-10-04 15:07:34 -04:00
sharedstate.cpp Implement config loading in libretro builds 2025-04-11 23:12:05 -04:00
sharedstate.h Update ancurio's copyright notice (#29) 2023-10-04 15:07:34 -04:00
stb_image.c Reconcile the standalone and libretro build systems 2025-04-09 23:52:12 -04:00
stb_image_malloc.h Reconcile the standalone and libretro build systems 2025-04-09 23:52:12 -04:00
stb_sprintf.c Reconcile the standalone and libretro build systems 2025-04-09 23:52:12 -04:00