forked from len0rd/rockbox
Rockbox as an application: Add an 320x240 SDL application target.
It still works mostly like the simulator. There's also some minor left overs from the sim, but it does not define SIMULATOR. It installs into the current (build) dir, and you need to run it with '--root .' (because it looks for ./.rockbox and not ./simdisk/rockbox) as options. That's one of the few kludges left that should be resolved soon'ish. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27310 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9da707955d
commit
31b5c471ae
21 changed files with 361 additions and 16 deletions
|
@ -397,6 +397,13 @@
|
|||
#define UI_LCD_POSX 101
|
||||
#define UI_LCD_POSY 195
|
||||
|
||||
#elif defined(APPLICATION)
|
||||
#define UI_TITLE "Rockbox"
|
||||
#define UI_LCD_POSX 0
|
||||
#define UI_LCD_POSY 0
|
||||
#define UI_WIDTH LCD_WIDTH
|
||||
#define UI_HEIGHT LCD_HEIGHT
|
||||
|
||||
#elif defined(SIMULATOR)
|
||||
#error no UI defines
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue