aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/gp2xwiz-main.cpp
AgeCommit message (Collapse)Author
2010-09-09GP2XWIZ: Rename GP2XWIZ backend to GPH.John Willis
* This better reflects the supported devices from GPH (GamePark Holdings), namely the GP2XWiz, Caanoo and merging in of the old GP2X backend. svn-id: r52648
2010-09-07GP2XWIZ: Refactor backend.John Willis
* Add support for TouchScreen 'Tap Modes' Left Click, Right Click and Hover. * Rename OSystem_GP2XWIZ to OSystem_GPH to start the work on supporting a unified backend codebase for the GP2X, Wiz and Caanoo. * Sort out bugs in Caanoo input code. * Rework GP2XWiz input code to support switching new TouchScreen modes. svn-id: r52619
2010-08-26GP2XWIZ: Add initial support for the GPH Caanoo.John Willis
Most of the codebase is the same, but the toolchain and libs are different. Support for Caanoo specific features will follow, I just want to get the build support into trunk for now. svn-id: r52400
2010-08-24GP2XWIZ: Graphics code cleanup and start to add support for the GP2X Caanoo ↵John Willis
device. svn-id: r52321
2010-08-11GP2X: Do not include base/internal_version.hMax Horn
svn-id: r51976
2009-08-03GP2XWiz: Fix bug with downscaled cursors.John Willis
svn-id: r43029
2009-06-04Code formatting in the gp2xwiz backendMax Horn
svn-id: r41167
2009-06-04Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). ↵John Willis
Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. svn-id: r41156