aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm7/source/main.cpp
AgeCommit message (Collapse)Author
2018-04-08JANITORIAL: Fix formattingAdrian Frühwirth
Futile attempt at taming the mess. There is also much leftover unused code which someone who knows what all of this does should remove, if possible.
2018-04-07DS: Fix touch inputMatthew Stewart
2014-02-18DS: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h)
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-07-05NDS: Update GPL/copyright headers; add namespace DS closing commentsMax Horn
svn-id: r50689
2010-07-05DS: Code formatting: "char* foo" -> "char *foo"Max Horn
svn-id: r50688
2010-05-29DS: Various fixes to allow the DS port to compile on DevkitARM r30 and ↵Neil Millstone
libnds 1.4.3. svn-id: r49313
2009-06-22Fixed NDS compilation when using older devkitpro versions (I accidentally ↵Max Horn
broke that some time ago) svn-id: r41786
2009-06-03cleanupMax Horn
svn-id: r41150
2009-03-19Merged Neil's NDS changes into trunkMax Horn
svn-id: r39526
2008-09-14Another NDS compilation fix, plus a warning fixMax Horn
svn-id: r34546
2008-05-31DS: registers_alt.h is not neede with current libnds; added a FIXMEMax Horn
svn-id: r32429
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm ↵Neil Millstone
r20 and latest libnds. svn-id: r26394
2007-01-19Changed to ARM7 for libcartresetNeil Millstone
svn-id: r25123
2006-11-03Merging in changes made in branch for 0.9.1 release into trunkNeil Millstone
svn-id: r24596
2006-07-21o Proper ScummVM copyrightsEugene Sandulenko
o Apparently because some patch was applied twice, many header files had their contents doubled. Fixing this as well. svn-id: r23548
2006-07-09Final fixes. Builds fine now, apart from a few still-missing-from-svn filesJames Brown
svn-id: r23461
2006-07-09Patch #1519399: DS BackendMax Horn
svn-id: r23452