aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2010-09-23PSP: fix issue in ME MP3 code. Release and init the ME when seeking.Yotam Barnoy
2010-09-23SYMBIAN : Add addSysArchivesToSearchSet to support local data files properly....Lars Persson
2010-09-23SYMBIAN : Remove application resource include not used.Lars Persson
2010-09-23SYMBIAN : Updated define for S60v3 detectionLars Persson
2010-09-22Additional include paths for Symbian^3Lars Persson
2010-09-22Added include paths for Symbian^3 SDK supportLars Persson
2010-09-21ADded translations.dat to pkg filesLars Persson
2010-09-20PSP: switch from wrapping memcpy to defining our own memcpyYotam Barnoy
2010-09-20PSP: Split up PspMemory class.Yotam Barnoy
2010-09-20PSP: moved VramAllocator to display_manager.cpp.Yotam Barnoy
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-17RELEASE: This is 1.3.0svnEugene Sandulenko
2010-09-16PLUGINS: fixed issue with R_MIPS_32 relocationsYotam Barnoy
2010-09-16PLUGINS: Fix function arguments in MIPS loaderYotam Barnoy
2010-09-16DINGUX: Add placeholder for dingux specific readmeFabio Battaglia
2010-09-16DINGUX: add exec wrapper for scummvm.elfFabio Battaglia
2010-09-15PLUGINS: Additional plugin check for the ELF loader.Andre Heider
2010-09-15PLUGINS: Cleanup.Andre Heider
2010-09-14PSP: remove virtual inheritance of BufferedWriteStream and BufferedSeekableRe...Yotam Barnoy
2010-09-09DINGUX and N64: changes to dists targetsFabio Battaglia
2010-09-09GP2XWIZ: Rename GP2XWIZ backend to GPH.John Willis
2010-09-08GP2X: Clean up input code a little.John Willis
2010-09-08N64: saner fake date in getDateAndTimeFabio Battaglia
2010-09-08CONFIGURE and N64: add n64.mk with nintendo64 specific dist targetsFabio Battaglia
2010-09-08WII: Fix typo, update translations.Andre Heider
2010-09-08DINGUX: Add dingux.mk with specific 'dist' targetsFabio Battaglia
2010-09-07GP2XWIZ: Reformat switches to code guidelines.John Willis
2010-09-07GP2XWIZ: Clean up input code.John Willis
2010-09-07GP2XWIZ: Refactor backend.John Willis
2010-09-06PLUGINS: Only resolve __dso_handle if loading was successful.Andre Heider
2010-09-06PLUGINS: Formatting.Andre Heider
2010-09-06PLUGINS: Use the C++ ABI to call dtors when unloading a plugin.Andre Heider
2010-09-06SDL: Add masks to the SDL backend to support the OpenPandora backend.John Willis
2010-09-06OPENPANDORA: Commit basic version of the OpenPandora backend.John Willis
2010-09-06PLUGINS: used variation of ScopedPtr to clean up load() functionYotam Barnoy
2010-09-06PLUGINS: fixed MIPS plugin loaderYotam Barnoy
2010-09-06PLUGINS: added missing call in destructor which caused crashingYotam Barnoy
2010-09-05PLUGINS: Added _segmentVMA to the MIPS loader.Andre Heider
2010-09-05PLUGINS: Remove spurious extra allocation.Andre Heider
2010-09-05PLUGINS: Plug some memleaks.Andre Heider
2010-09-05PLUGINS: Move doxygen to the base class header.Andre Heider
2010-09-05PLUGINS: Add missing variable initialization.Andre Heider
2010-09-05PLUGINS: Formatting.Andre Heider
2010-09-05SAVES: Revert whitespace changes to minimize the diff to trunk.Andre Heider
2010-09-05PLUGINS: Set svn:keywords property on all new files.Andre Heider
2010-09-05MERGE: Merge trunk to branch.Andre Heider
2010-09-05PLUGINS: Make the file stream a member of DLObject.Andre Heider
2010-09-05PLUGINS: Type cleanup.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