aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dcmain.cpp
AgeCommit message (Collapse)Author
2009-03-21argv should not be modified; make it plenty const.Marcus Comstedt
svn-id: r39591
2009-03-21Fixed some warnings.Marcus Comstedt
svn-id: r39590
2009-03-20Moved hardware initialization to a constructor, to make it run really early.Marcus Comstedt
svn-id: r39577
2009-01-27Disable autosave (fixes [2516389]).Marcus Comstedt
svn-id: r36106
2008-06-29New Mixer API.Marcus Comstedt
svn-id: r32836
2008-03-01Added getTimeAndDate() implementation.Marcus Comstedt
svn-id: r31027
2008-01-03Use system call to return to DC boot menu rather than relying on exit()Marcus Comstedt
to do the job. svn-id: r30197
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
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
2006-10-22Removed timerproc and soundproc.Marcus Comstedt
svn-id: r24455
2006-10-22Modularization.Marcus Comstedt
svn-id: r24453
2006-10-07#include <base/engine.h> -> #include <engines/engine.h (Though I don't likeEugene Sandulenko
those angle brackets) svn-id: r24178
2006-10-07Instantiate and hook up the plugin providers in the main() function of the ↵Max Horn
corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup svn-id: r24153
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt
svn-id: r23357