1
0
Fork 0
forked from len0rd/rockbox

Simulator: get rid of SDL_mutex* parameter to sim_do_exit.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26338 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2010-05-27 21:36:04 +00:00
parent 8ea056db4b
commit 6ce5279ff3
3 changed files with 22 additions and 14 deletions

View file

@ -45,6 +45,7 @@ void sim_kernel_shutdown(void);
void sys_poweroff(void);
void sys_handle_argv(int argc, char *argv[]);
bool gui_message_loop(void);
void sim_do_exit(void);
extern bool background; /* True if the background image is enabled */
extern bool showremote;