aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/ds
AgeCommit message (Expand)Author
2018-04-07DS: Only disable forbidden symbols when necessaryCameron Cawley
2018-04-07DS: Fix compilation with devkitARM r47Cameron Cawley
2014-02-18DS: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-11-05PLUGINS: Simplify ELF plugin providers & DLObject subclassesMax Horn
2010-09-05PLUGINS: Formatting.Andre Heider
2010-09-05PLUGINS: Set svn:keywords property on all new files.Andre Heider
2010-09-05PLUGINS: Move platform specific code out of the generic ELF loader.Andre Heider
2010-09-05PLUGINS: Move all ELF loader related files to its own directory.Andre Heider
2010-08-16added a todo to plugins.cpp and a comment to elf32.h; Collapsed plugin provid...Tony Puccinelli
2010-08-13added appropriate ifdefs throughout the plugins directoryTony Puccinelli
2010-08-07refined constructors, removed destructors, got rid of unneccessary method dup...Tony Puccinelli
2010-08-07made MIPSDLObject and PS2 plugin provider that uses itTony Puccinelli
2010-08-06got rid of gp2xwiz loader (anything useful from it is already incorporated in...Tony Puccinelli
2010-08-06added loadPlugin function into DSPlugin (doesn't use a DSDLObject yet)Tony Puccinelli
2010-08-06added DSPlugin and DS Plugin Provider (steps towards using subtypes of DLObject)Tony Puccinelli
2010-07-28abstracted an ELF plugin providerTony Puccinelli
2010-07-28various manual tweaks to get ds port compiling from branch again after earlie...Tony Puccinelli
2010-07-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe...Tony Puccinelli
2010-07-26moved flushDataCache function from ds-loader.cpp to elf-loader.cpp and moved ...Tony Puccinelli
2010-07-24Finished initial abstraction of ELF-loader (works for DS)Tony Puccinelli
2010-07-07various fixes for ds dynamic pluginsTony Puccinelli
2010-07-02added ds plugin-providerTony Puccinelli