forked from len0rd/rockbox
Made backgrounds runtime optional in SDL sim. Use --background to turn them on. Also removed two unneeded files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8642 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0cca6caa8a
commit
ee2019d591
5 changed files with 72 additions and 158 deletions
|
@ -175,6 +175,7 @@
|
|||
#endif
|
||||
|
||||
extern SDL_Surface *gui_surface;
|
||||
extern bool background; /* True if the background image is enabled */
|
||||
|
||||
#endif // #ifndef __UISDL_H__
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue