This website requires JavaScript.
Explore
Help
Sign In
Nyaaori
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3ef49d9c5e
rockbox
/
apps
/
plugins
/
bitmaps
/
remote_mono
/
SOURCES
4 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). The simulator defines PLATFORM_HOSTED, as RaaA will do (RaaA will not define SIMULATOR). The new define is to (de-)select code to compile on hosted platforms generally. Should be no functional change to targets or the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27019 a1c6a512-1295-4272-9138-f99709370657
2010-06-21 16:53:00 +00:00
#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
Make the UI simulator compile on OSX again. dbg_flash_id() really shouldn't be compiled for the sim anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11328 a1c6a512-1295-4272-9138-f99709370657
2006-10-25 00:54:06 +00:00
osx.dummy.bmp
#endif
Reference in a new issue
Copy permalink