aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds
AgeCommit message (Expand)Author
2008-06-03DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ge...Max Horn
2008-06-01DS: Removed some duplicate file content (thanks to Qvist for pointing this out)Max Horn
2008-06-01Tweaks to DS makefiles.Robin Watts
2008-05-31DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the r...Max Horn
2008-05-31DS: Fix compilation rule in Makefile to not compile everything twiceMax Horn
2008-05-31DS: Adjust some compiler warningsMax Horn
2008-05-31DS: Removed some pointless -I compiler directivesMax Horn
2008-05-31DS: The SpriteEntry::atributes array has only 3 elements; also removed some a...Max Horn
2008-05-31DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual su...Max Horn
2008-05-31DS: Fixed a warning; simplified & fixed the way scummvm_main gets invokedMax Horn
2008-05-31DS: registers_alt.h is not neede with current libnds; added a FIXMEMax Horn
2008-05-31Fixing various warnings in the DS portMax Horn
2008-05-24Adding getFileSystemFactory() method in response to mail on scummvm-devel.Neil Millstone
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
2008-05-15NDS: Rollback of the custom build target rule from .cpp.o to %.o: %.cppBertrand Augereau
2008-05-15NDS: Protection against FastRam (ITCM) allocation failureBertrand Augereau
2008-05-14NDS: Minor code formatting fixesBertrand Augereau
2008-05-14NDS: OSystem::getTimeAndDate is demoted to the port (with the standard Bertrand Augereau
2008-05-14NDS : Compilation fixesBertrand Augereau
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-03-08Clearing unnecessary execution bitEugene Sandulenko
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-18Removing duplicate content and adding GPL headerMax Horn
2007-12-30The PS2, DS and PalmOS ports currently do not properly implement their SaveFi...Max Horn
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
2007-12-24ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM toRobin Watts
2007-12-24New version of palettised screen scaler for DS; uses LDMs and STMs to improveRobin Watts
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ...Neil Millstone
2007-12-16Patch #1847599: Several enhancements for the build systemMax Horn
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is s...Bertrand Augereau
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) 14...Bertrand Augereau
2007-12-09NDS : Improved scaler profilingBertrand Augereau
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
2007-12-06Attempted fix for the DS blitters; looks like I was reading from dst andRobin Watts
2007-12-05NDS: Disabling the buggy ARM blitters so that the CPU scaler worksBertrand Augereau
2007-12-05NDS: Reporting hi-level opti from Robin in the c++ software scaler ( a1r5g5b5...Bertrand Augereau
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
2007-12-05NDS : The CPU scaler checkbox is back (and can be removed with a #define)Bertrand Augereau
2007-11-22updated backends/platform/ds/arm9/makefile.in to match changes made to backen...Max Horn
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-08-18Making DS port build againNeil Millstone
2007-07-16Word completion code that uses predictive dictionary ported from branch0-10-0Neil Millstone
2007-07-10This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCERobin Watts