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
|
@ -663,7 +663,7 @@ static bool dbg_hw_info(void)
|
|||
|
||||
while (!(action_userabort(TIMEOUT_BLOCK)));
|
||||
|
||||
#else
|
||||
#elif (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
/* Define this function in your target tree */
|
||||
return __dbg_hw_info();
|
||||
#endif /* CONFIG_CPU */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue