1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Barry Wardell 2006-10-25 00:54:06 +00:00
parent 64baf57408
commit 73c0cfa632
7 changed files with 11 additions and 7 deletions

View file

@ -0,0 +1,3 @@
#if defined(SIMULATOR) && defined(__APPLE__)
osx.dummy.bmp
#endif