scummvm/engines/made
Johannes Schickel 233512fe10 MADE: Create MusicPlayer in run() instead of MadeEngine's constructor.
This fixes MT-32 emulator initialization. When the constructor is run the
paths like extrapath etc. are not yet set up. Thus, the MT-32 emulator would
not be able to find the necessary roms in case they are in the extrapath.
2013-11-03 19:17:13 +01:00
..
console.cpp ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
console.h
database.cpp MADE: Show version-related before size-related incompatibilities in savegames 2013-05-15 21:48:32 +03:00
database.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
detection.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
graphics.cpp MADE: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
graphics.h
made.cpp MADE: Create MusicPlayer in run() instead of MadeEngine's constructor. 2013-11-03 19:17:13 +01:00
made.h
module.mk
music.cpp
music.h
pmvplayer.cpp MADE: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
pmvplayer.h
redreader.cpp
redreader.h
resource.cpp
resource.h JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
screen.cpp MADE: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
screen.h MADE: Get rid of casts on OSystem::copyRectToScreen calls. 2012-06-16 02:38:59 +02:00
screenfx.cpp MADE: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
screenfx.h
script.cpp
script.h
scriptfuncs.cpp MADE: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
scriptfuncs.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
sound.cpp
sound.h