summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/sdl/app/i2c-target.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-08remove cargo-cult empty i2c-target.hRafaël Carré1-25/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31624 a1c6a512-1295-4272-9138-f99709370657
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz1-0/+25
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