aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/gp2x.cpp
AgeCommit message (Collapse)Author
2008-04-17GP2X: Fix 'oops'. No point not initialising the joystick when you need to ↵John Willis
use it to have some form of input ;). svn-id: r31552
2008-04-16Small cleanup of the GP2X backend. Still a few odd things I need to glance ↵John Willis
at (like it is not working ;-)). svn-id: r31515
2008-03-12Implemented OSystem_GP2X::getTimeAndDate (identical to OSystem::getTimeAndDate).John Willis
svn-id: r31115
2008-01-22Removed backends/intern.hMax Horn
svn-id: r30611
2007-12-05Change to default volume levels on the GP2X to prevent some nasty 'clipping'.John Willis
svn-id: r29721
2007-06-26Cleanup of the GP2X port to fix compile issues (and the odd warning).John Willis
svn-id: r27728
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-10-25Update GP2X port to support Fingolfin's ongoing implementation of the ↵John Willis
Modular Backends ideas :). Also add a few updates from my local tree (Batt level checking and STDOUT/STDERR file mapping code stolen from the Symbian backend (thanks)). svn-id: r24507
2006-10-22Backend modularization: Create timer manager, savefile manager and audio ↵Max Horn
mixer in the backends for increased flexibility svn-id: r24443
2006-10-09Update GP2X backend with overloads for default config file stuff (including ↵John Willis
save location). svn-id: r24258
2006-10-06Patch #1432376: "Very basic GP2X Backend"Eugene Sandulenko
svn-id: r24144