aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2
AgeCommit message (Expand)Author
2010-07-29BUILD: Compile & link certain files only for specific BACKEND valuesMax Horn
2010-07-28added some comments to shorts-segment-manager, moved main engine linker scrip...Tony Puccinelli
2010-07-28abstracted an ELF plugin providerTony Puccinelli
2010-07-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe...Tony Puccinelli
2010-07-15added necessary #includes to loaderTony Puccinelli
2010-07-15Fixed function prototype typosTony Puccinelli
2010-07-15restructured ps2loader to use Common::SeekableReadStream instead of a file de...Tony Puccinelli
2010-06-22fixed errors in linker scripts that were preventing GP-relative section for s...Tony Puccinelli
2010-06-21fixed dependency typoTony Puccinelli
2010-06-14changed which modified linker to use for plugin.ld as loading from USB-drive ...Tony 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-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-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-05-31Revert the rest of 49362, which wasn't meant for trunkJordi Vilalta Prat
2010-05-31modifications to get the ps2 to use the ps2loaderTony 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-27added files for ps2 loadable modules (mainly transplanted from psp code with ...Tony Puccinelli
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-01-28Silenced some more cppcheck style warnings.Torbjörn Andersson
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-11-23PS2: Further tweak PS2FileStream; fix potential leak in ps2_fopenMax Horn
2009-11-23PS2: Add new PS2FileStream class for std I/O.Max Horn
2009-11-23PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu...Max Horn
2009-11-23PS2: cleanupMax Horn
2009-11-18PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen()Max Horn
2009-11-14Remove Igor engineMax Horn
2009-10-13PS2: Clarify licensing terms for some filesMax Horn
2009-10-13PS2: Replace license header on irx_imports.h by a GPL one. These filesMax Horn
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-09PS2: Fix warningsMax Horn
2009-10-08PS2: Add some stubs for the ps2 port to our primary build system (incomplete ...Max Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn