mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Allow UI simulator to be build on OS (Slightly updated version of FS5767)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11094 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b692fb11b3
commit
64f949f295
18 changed files with 114 additions and 25 deletions
|
@ -0,0 +1,3 @@
|
|||
#if defined(SIMULATOR) && defined(__APPLE__)
|
||||
osx.dummy.bmp
|
||||
#endif
|
BIN
apps/bitmaps/mono/osx.dummy.bmp
Normal file
BIN
apps/bitmaps/mono/osx.dummy.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 B |
|
@ -0,0 +1,3 @@
|
|||
#if defined(SIMULATOR) && defined(__APPLE__)
|
||||
osx.dummy.bmp
|
||||
#endif
|
BIN
apps/bitmaps/remote_mono/osx.dummy.bmp
Normal file
BIN
apps/bitmaps/remote_mono/osx.dummy.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 B |
Loading…
Add table
Add a link
Reference in a new issue