aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2010-06-21added loader to module.mk, added plugin.syms, and changed the '__GP2XWIZ__' f...Tony Puccinelli
2010-06-21added wiz plugins provider headerTony Puccinelli
2010-06-21fixed dependency typoTony 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-14changed which modified linker to use for plugin.ld as loading from USB-drive ...Tony Puccinelli
2010-06-14merged GP2x-Wiz debug build scripts from trunk into branchTony Puccinelli
2010-06-13changed DBG to printf instead of sioprintfTony Puccinelli
2010-06-13loadable modules working for ps2Tony Puccinelli
2010-06-11changed DBG to use sioprintf but temporarily commented out those statementsTony Puccinelli
2010-06-09added tentative GDB flag to Makefile, changed calls to psp-functions to equiv...Tony Puccinelli
2010-06-07rearranged Makefile for clarity and added commentsTony Puccinelli
2010-06-06Makefile tweaked so plugins build for PS2 and uncommented code from default-s...Tony Puccinelli
2010-06-06use modified version of a different linker for linking plugins for PS2Tony Puccinelli
2010-06-06added dynamic plugins stuff to configureTony Puccinelli
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl...Tony Puccinelli
2010-06-04further tweaks to Makefile and main linkerTony Puccinelli
2010-06-03We'll now default to non-touchpad mode on the iPadOystein Eftevaag
2010-06-03minor correction to makefileTony Puccinelli
2010-06-03modified linker now both compiles and runs when dynamic modules turned offTony Puccinelli
2010-06-03compiles with modified linker when dynamic plugins turned off nowTony Puccinelli
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-06-01Fix bug #2999153: "IPHONE: No grabPalette() implementation"Max Horn
2010-06-01Inline palettes in SDL backend into class OSystem_SDLMax Horn
2010-06-01This hopefully fixes the compilation of the GP2x backend.Johannes Schickel
2010-06-01Remove dead code from PS2 and GP2x backendsMax Horn
2010-06-01makefile tweaked a bit more towards accomodating loadable modules for ps2Tony Puccinelli
2010-06-01changed ps2 makefile and other files to use the ps2loaderTony Puccinelli
2010-06-01minor modification to accomodate dynamic plugins for ps2Tony Puccinelli
2010-05-31Revert the rest of 49362, which wasn't meant for trunkJordi Vilalta Prat
2010-05-31Fix trunk compilation (don't try to compile non-existing files)Jordi Vilalta Prat
2010-05-31modifications to get the ps2 to use the ps2loaderTony Puccinelli
2010-05-31DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txtMax Horn
2010-05-30PSP: added preliminary support for using ME hardware to play MP3 files. If th...Yotam Barnoy
2010-05-29DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds...Neil Millstone
2010-05-29Removed some unused variables, found by cppcheck.Torbjörn Andersson
2010-05-28added svn keywords 'Id' and 'URL' to new filesTony Puccinelli
2010-05-28added svn keywords 'Id' and 'URL' to new filesTony Puccinelli
2010-05-28typo fixTony Puccinelli
2010-05-28was using the modified linker for the psp for plugins.ld. Now it's a modified...Tony Puccinelli
2010-05-27was using the default linker for the psp. Now a modified version of the defau...Tony Puccinelli
2010-05-27PSP: fixed a screen shake bugYotam Barnoy
2010-05-27PSP: fixed issue with handling of EOS. Caused crashes.Yotam Barnoy
2010-05-27added files for ps2 loadable modules (mainly transplanted from psp code with ...Tony Puccinelli
2010-05-26minor initial commit for ps2 plugins. Added ps2-provider codeTony Puccinelli
2010-05-26PSP: implemented basic file cache. Turns out the PSP reads 1 byte as fast as ...Yotam Barnoy
2010-05-24PSP: to fix the audio, I cleaned up the audio thread and changed the thread p...Yotam Barnoy
2010-05-24PSP: switched to using slightly faster delay and getMillisYotam Barnoy
2010-05-24PSP: turn off psp audio thread again. Must have tested it wrong.Yotam Barnoy