[Scummvm-git-logs] scummvm master -> 5873ee968885676902df2c6765f0f520680ba80e
spleen1981
noreply at scummvm.org
Mon Apr 24 00:02:11 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5873ee9688 LIBRETRO: remove unneeded exit_to_frontend on core unload
Commit: 5873ee968885676902df2c6765f0f520680ba80e
https://github.com/scummvm/scummvm/commit/5873ee968885676902df2c6765f0f520680ba80e
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2023-04-24T02:01:58+02:00
Commit Message:
LIBRETRO: remove unneeded exit_to_frontend on core unload
Changed paths:
backends/platform/libretro/src/libretro.cpp
diff --git a/backends/platform/libretro/src/libretro.cpp b/backends/platform/libretro/src/libretro.cpp
index 7006a1770c1..2a0e3857d88 100644
--- a/backends/platform/libretro/src/libretro.cpp
+++ b/backends/platform/libretro/src/libretro.cpp
@@ -828,7 +828,6 @@ void retro_run(void) {
void retro_unload_game(void) {
close_emu_thread();
- exit_to_frontend();
}
void retro_reset(void) {
More information about the Scummvm-git-logs
mailing list