aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2010-07-07fixed some errors in makefile for plugin linkingTony Puccinelli
svn-id: r50733
2010-07-07various fixes for ds dynamic pluginsTony Puccinelli
svn-id: r50732
2010-07-03moved plugin linker and elf32 header file to arm9/source and modified ds ↵Tony Puccinelli
makefile to use dynamic plugins svn-id: r50617
2010-07-03moved loader to arm9/source and added it to module.mkTony Puccinelli
svn-id: r50616
2010-07-03changed main to use DS plugin provider if dynamic modules are turned onTony Puccinelli
svn-id: r50615
2010-07-03added ds plugin provider to module.mkTony Puccinelli
svn-id: r50613
2010-07-03modified default ds linker script for linking of engine pluginsTony Puccinelli
svn-id: r50612
2010-07-02added ds plugin-providerTony Puccinelli
svn-id: r50588
2010-07-02added incomplete ds loaderTony Puccinelli
svn-id: r50587
2010-07-02added elf32 header for dsTony Puccinelli
svn-id: r50586
2010-06-30added dumped arm-eabi linkerTony Puccinelli
svn-id: r50513
2010-06-28reimplemented DLObject::openTony Puccinelli
svn-id: r50467
2010-06-27removed unneccessary relocation type definitionsTony Puccinelli
svn-id: r50362
2010-06-26various fixes to the loader to allow compilationTony Puccinelli
svn-id: r50305
2010-06-26fixed detection of plugin filenamesTony Puccinelli
svn-id: r50304
2010-06-26added wiz plugin provider to backends/module.mkTony Puccinelli
svn-id: r50300
2010-06-26added gp2xwiz plugin provider codeTony Puccinelli
svn-id: r50299
2010-06-25added ARM-specific defines to elf32.h and indented gp2xwiz-loader.h correctlyTony Puccinelli
svn-id: r50259
2010-06-24added EM_ARM and ARM relocation typesTony Puccinelli
svn-id: r50201
2010-06-23defined various values in elf32.h and filled out load in wiz loader ↵Tony Puccinelli
(including various helper procedures svn-id: r50196
2010-06-22modified main to use ELF loaderTony Puccinelli
svn-id: r50161
2010-06-22changed PS2 to GP2X.Tony Puccinelli
svn-id: r50159
2010-06-22modified formatting to match ScummVM Code Formatting ConventionsTony Puccinelli
svn-id: r50156
2010-06-22fixed errors in linker scripts that were preventing GP-relative section for ↵Tony Puccinelli
small data from working correctly svn-id: r50138
2010-06-22added elf32.h for gp2xwizTony Puccinelli
svn-id: r50135
2010-06-21added loader to module.mk, added plugin.syms, and changed the '__GP2XWIZ__' ↵Tony Puccinelli
flag to 'GP2XWIZ' in the wiz loader svn-id: r50133
2010-06-21added wiz plugins provider headerTony Puccinelli
svn-id: r50132
2010-06-21fixed dependency typoTony Puccinelli
svn-id: r50105
2010-06-19added pretty skeletal loaderTony Puccinelli
svn-id: r50036
2010-06-18added ELF loader header for gp2xwizTony Puccinelli
svn-id: r49977
2010-06-16added initial plugin linker for GP2x Wiz ELF-loaderTony Puccinelli
svn-id: r49898
2010-06-14changed which modified linker to use for plugin.ld as loading from USB-drive ↵Tony Puccinelli
seemed to break after last commit. Also added some comments to the linkers. svn-id: r49676
2010-06-14merged GP2x-Wiz debug build scripts from trunk into branchTony Puccinelli
svn-id: r49671
2010-06-13changed DBG to printf instead of sioprintfTony Puccinelli
svn-id: r49626
2010-06-13loadable modules working for ps2Tony Puccinelli
svn-id: r49617
2010-06-11changed DBG to use sioprintf but temporarily commented out those statementsTony Puccinelli
svn-id: r49588
2010-06-09added tentative GDB flag to Makefile, changed calls to psp-functions to ↵Tony Puccinelli
equivalent ps2-functions in ps2loader, minor rearrangement of code in systemps2 svn-id: r49530
2010-06-07rearranged Makefile for clarity and added commentsTony Puccinelli
svn-id: r49493
2010-06-06Makefile tweaked so plugins build for PS2 and uncommented code from ↵Tony Puccinelli
default-saves.cpp svn-id: r49463
2010-06-06use modified version of a different linker for linking plugins for PS2Tony Puccinelli
svn-id: r49462
2010-06-06added dynamic plugins stuff to configureTony Puccinelli
svn-id: r49446
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a ↵Tony Puccinelli
couple files svn-id: r49435
2010-06-04further tweaks to Makefile and main linkerTony Puccinelli
svn-id: r49422
2010-06-03We'll now default to non-touchpad mode on the iPadOystein Eftevaag
svn-id: r49403
2010-06-03minor correction to makefileTony Puccinelli
svn-id: r49401
2010-06-03modified linker now both compiles and runs when dynamic modules turned offTony Puccinelli
svn-id: r49400
2010-06-03compiles with modified linker when dynamic plugins turned off nowTony Puccinelli
svn-id: r49399
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
svn-id: r49388
2010-06-01Fix bug #2999153: "IPHONE: No grabPalette() implementation"Max Horn
svn-id: r49384
2010-06-01Inline palettes in SDL backend into class OSystem_SDLMax Horn
svn-id: r49383