summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/sdl/system-sdl.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-01-29 06:50:36 +0100
committerThomas Martitz <kugel@rockbox.org>2014-02-02 16:59:29 +0100
commit3a86352a5d71d30a807f48cf6f0910efe2655430 (patch)
tree195dd6ecb08075626d02b27622bdd65441271865 /firmware/target/hosted/sdl/system-sdl.h
parent7272a95b9c8e1e459b27a11a94514808693c693a (diff)
downloadrockbox-3a86352a5d71d30a807f48cf6f0910efe2655430.tar.gz
rockbox-3a86352a5d71d30a807f48cf6f0910efe2655430.zip
sim/sdlapp: Do not quit immediately on panicf, but wait for quit.
Change-Id: I2f0b4b560f00a43ad4b240911e4c30a162deb6e3
Diffstat (limited to 'firmware/target/hosted/sdl/system-sdl.h')
-rw-r--r--firmware/target/hosted/sdl/system-sdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/system-sdl.h b/firmware/target/hosted/sdl/system-sdl.h
index 43ee0bdff1..3568910fae 100644
--- a/firmware/target/hosted/sdl/system-sdl.h
+++ b/firmware/target/hosted/sdl/system-sdl.h
@@ -56,6 +56,7 @@ void sys_poweroff(void);
void sys_handle_argv(int argc, char *argv[]);
void gui_message_loop(void);
void sim_do_exit(void) NORETURN_ATTR;
+void sdl_sys_quit(void);
extern bool background; /* True if the background image is enabled */
extern bool showremote;