forked from len0rd/rockbox
SDL enhancements:
- remove infinite loop after exit() - make sure picture_surface is initialized, and free it - split gui_message_loop() in 3 functions and change prototype - some code is only used in simulator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2f271ac54a
commit
1edfe3fd47
3 changed files with 141 additions and 113 deletions
|
@ -44,7 +44,7 @@ void sim_exit_irq_handler(void);
|
|||
void sim_kernel_shutdown(void);
|
||||
void sys_poweroff(void);
|
||||
void sys_handle_argv(int argc, char *argv[]);
|
||||
bool gui_message_loop(void);
|
||||
void gui_message_loop(void);
|
||||
void sim_do_exit(void);
|
||||
|
||||
extern bool background; /* True if the background image is enabled */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue