aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
AgeCommit message (Expand)Author
2010-08-05Moved ELFPlugin class definition into elf-provider.hTony Puccinelli
2010-08-05dealt with FIXME comments: removing superfluous checks, printfs, etc.Tony Puccinelli
2010-08-03added checks for ELF_LOADER_TARGET before including the elf plugin providerTony Puccinelli
2010-08-03Simplify code a bit, add several FIXMEsMax Horn
2010-08-03got rid of dlerr[MAXDLERRLEN]Tony Puccinelli
2010-08-03got rid of dlopen, dlclose, etc. wrappersTony Puccinelli
2010-07-28added some comments to shorts-segment-manager, moved main engine linker scrip...Tony Puccinelli
2010-07-28added check for MIPS machine type in the 'readElfHeader' methodTony Puccinelli
2010-07-28abstracted an ELF plugin providerTony Puccinelli
2010-07-28fixed incorrect header file includeTony 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-23renamed MIPS loader header to match file naming conventionsTony Puccinelli
2010-07-23Began abstraction of generic ELF-loaderTony Puccinelli
2010-07-23Added abstracted elf32 header file to plugins directoryTony Puccinelli
2010-07-07various fixes for ds dynamic pluginsTony Puccinelli
2010-07-02added ds plugin-providerTony Puccinelli
2010-06-26Define WIN32_LEAN_AND_MEAN before including windows.h.Johannes Schickel
2010-06-26fixed detection of plugin filenamesTony Puccinelli
2010-06-26added gp2xwiz plugin provider codeTony Puccinelli
2010-06-22changed PS2 to GP2X.Tony Puccinelli
2010-06-21added wiz plugins provider headerTony Puccinelli
2010-06-21PSP: switched loader to use PSP's debug mechanismYotam Barnoy
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl...Tony Puccinelli
2010-05-28added svn keywords 'Id' and 'URL' to new filesTony Puccinelli
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-03-19Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't ...Max Horn
2010-03-19DC: Removing unneeded DCPluginProvider::addCustomDirectoriesMax Horn
2010-03-19PSP: removed unneeded overload of addCustomDirectories()Yotam Barnoy
2010-03-18One more try to make DC & PSP compile againMax Horn
2010-03-18Trying to fix compilation (porters should review these changes, seems I uncov...Max Horn
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
2009-10-09Slightly modified version of patch #2875544: PSP plugins patchJoost Peters
2009-01-30Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some poten...Max Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths)...Max Horn
2008-07-27Fixed win32 plugin provider.Johannes Schickel
2008-06-09Show warnings when a plugin couldn't be loadedJordi Vilalta Prat
2008-05-13Taken care of FilePluginProvider's FIXMEsJordi Vilalta Prat
2008-05-02Added support to load plugins from different directories and the ability to s...Jordi Vilalta Prat
2008-02-08Remove undesired spaces and an old TODOJordi Vilalta Prat
2008-02-08Implemented plugin versioningJordi Vilalta Prat
2008-02-08Initial support for plugin typesJordi Vilalta Prat
2008-02-04Change MetaEngine references to PluginObject where possible to make its seman...Jordi Vilalta Prat
2008-02-04Moved common code from Plugin subclasses to class Plugin itselfMax Horn
2008-02-04Commited updated version of my own patch #1868402: Basic savestate plugin APIMax Horn
2008-02-04Fix plugin unloading / cleanupMax Horn