aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz
AgeCommit message (Expand)Author
2010-06-25added ARM-specific defines to elf32.h and indented gp2xwiz-loader.h correctlyTony Puccinelli
2010-06-24added EM_ARM and ARM relocation typesTony Puccinelli
2010-06-23defined various values in elf32.h and filled out load in wiz loader (includin...Tony Puccinelli
2010-06-22modified main to use ELF loaderTony Puccinelli
2010-06-22modified formatting to match ScummVM Code Formatting ConventionsTony Puccinelli
2010-06-22added elf32.h for gp2xwizTony Puccinelli
2010-06-21added loader to module.mk, added plugin.syms, and changed the '__GP2XWIZ__' f...Tony Puccinelli
2010-06-19added pretty skeletal loaderTony Puccinelli
2010-06-18added ELF loader header for gp2xwizTony Puccinelli
2010-06-16added initial plugin linker for GP2x Wiz ELF-loaderTony Puccinelli
2010-06-14merged GP2x-Wiz debug build scripts from trunk into branchTony Puccinelli
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl...Tony Puccinelli
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-29Removed some unused variables, found by cppcheck.Torbjörn Andersson
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
2010-03-08Remove unnecessary #includesMax Horn
2009-11-18Modify WinCE, LinuxMoto and GP2xWiz backends to use graphics/scaler/downscale...Max Horn
2009-11-09Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-...Max Horn
2009-11-09SDL: Make first param of OSystem_SDL::remapKey constMax Horn
2009-10-13Update some more icons (motomagx, gp2x, gp2xwiz and wince)Jordi Vilalta Prat
2009-10-02Remove dead codeMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-08-03GP2XWiz: Fix bug with downscaled cursors.John Willis
2009-08-02GP2XWiz/SDL: Fix 2 small typos.John Willis
2009-08-02GP2XWiz: More cleanup of render code and fix silly screen update bug when rev...John Willis
2009-07-31GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code ...John Willis
2009-07-28GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM scale...John Willis
2009-07-27GP2XWiz: Update GP2X Wiz bundle.sh to copy libraries into the distribution fi...John Willis
2009-06-08Virtual Keyboard: Move vkeybd.zip into packs folder and rename default keyboa...John Willis
2009-06-06GP2XWiz: Cleanup and start to work on virtual keyboard support for the backend.John Willis
2009-06-04Code formatting in the gp2xwiz backendMax Horn
2009-06-04Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). I...John Willis