mkxp-z/src
刘皓 f4659619b0
Fix Audio.bgm_stop in libretro builds
Now it actually stops the audio instead of doing nothing.

Also, calling `Audio.bgm_stop` was causing a crash in Emscripten due to
an exception being thrown internally in OpenAL Soft and C++ exceptions
being disabled when targeting Emscripten. Shouldn't happen anymore.
2025-02-08 16:48:59 -05:00
..
audio Fix Audio.bgm_stop in libretro builds 2025-02-08 16:48:59 -05:00
crypto Update ancurio's copyright notice (#29) 2023-10-04 15:07:34 -04:00
display Implement plane bindings for binding-sandbox 2025-02-06 19:44:34 -05:00
etc Add SDL headers and PhysFS to libretro builds 2025-01-24 23:56:00 -05:00
filesystem Remove dependency on ghc::filesystem in libretro builds 2025-02-01 13:03:13 -05:00
input Merge branch 'misc-fixes' into libretro 2025-02-07 17:58:10 -05:00
net Bump cpp-httplib to v0.14.1 2023-10-29 11:59:55 +00:00
system Add @autoreleasepool blocks to the macOS specific files. 2024-08-02 09:26:51 -05:00
theoraplay Implement Graphics.play_movie 2022-01-20 22:03:47 -05:00
util Fix Audio.bgm_stop in libretro builds 2025-02-08 16:48:59 -05:00
binding.h Update ancurio's copyright notice (#29) 2023-10-04 15:07:34 -04:00
config.cpp postload scripts 2024-10-26 14:24:32 +00:00
config.h postload scripts 2024-10-26 14:24:32 +00:00
core.cpp Fix Audio.bgm_stop in libretro builds 2025-02-08 16:48:59 -05:00
eventthread.cpp Throw exceptions for Resets and Exits instead of directly raising. 2024-08-02 09:26:51 -05:00
eventthread.h Fix Audio.bgm_stop in libretro builds 2025-02-08 16:48:59 -05:00
git-hash.h.in Use vcs_tag to get Git version instead of run_command 2025-02-01 17:28:52 -05:00
main.cpp Fix Audio.bgm_stop in libretro builds 2025-02-08 16:48:59 -05:00
meson.build Merge pull request #52 from Splendide-Imaginarius/mkxp-z-static-libgcc-windows 2023-10-17 12:09:21 +00: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 Start integrating the audio code into libretro builds 2025-01-27 00:34:52 -05:00
sharedstate.h Update ancurio's copyright notice (#29) 2023-10-04 15:07:34 -04:00