aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/dsmain.cpp
AgeCommit message (Expand)Author
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-18Added FIXME to dsmain.cpp about it not using SCUMMVM_VERSION (thus adding one...Max Horn
2007-06-18NDS : Suppressed unneccessary complications regarding the backbuffer when CPU...Bertrand Augereau
2007-06-17NDS: setKeyboardEnable shouldn't overrun VRAM anymore when CPU scaler is onBertrand Augereau
2007-06-12NDS : Attempt to not buffer overrun VRAM when doing saveGameBackBuffer/restor...Bertrand Augereau
2007-06-07NDS : Attempt to not buffer overrun VRAM when doing saveGameBackBuffer/restor...Bertrand Augereau
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-03-18Some fixes to cope with the move of the event code from OSystem to CommonMax Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-02-18NDS : The scaler profiling renders a white line (1 pixel / 1 ms)Bertrand Augereau
2007-02-15Changes made for 0.9.1a beta2 release backported to trunkNeil Millstone
2007-02-13NDS : Added the cpu scaler option in dsoptions (even seem to work dynamically...Bertrand Augereau
2007-01-20Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption.Neil Millstone
2007-01-19Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out al...Neil Millstone
2006-12-09NDS : Scaler cleaningBertrand Augereau
2006-12-06NDS : CPU scaler profiling (currently 50ms ouch)Bertrand Augereau
2006-12-01svn-id: r24799Neil Millstone
2006-11-25DS : The hi-quality scaler works on the secondary screenBertrand Augereau
2006-11-25DS : High quality scaling.Bertrand Augereau
2006-11-19DS : Compilation fix when USE_DEBUGGER is not definedBertrand Augereau
2006-11-03Merging in changes made in branch for 0.9.1 release into trunkNeil Millstone
2006-10-25DS backend : Compile fixes for the new backends system, still needs plugging ...Bertrand Augereau
2006-10-05DS CPU scaling prototype, in 16 bit mode (for menu), not plugged(switch cpuSc...Bertrand Augereau
2006-07-21o Proper ScummVM copyrightsEugene Sandulenko
2006-07-09svn-id: r23462Neil Millstone
2006-07-09Fix some more duplicated files, and unify case for rpc includeJames Brown
2006-07-09Patch #1519399: DS BackendMax Horn