From 75b0c0fe54d6fe70e6810b817a86dd351fefcd1e Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Thu, 27 Mar 2003 21:18:42 +0000 Subject: [PATCH] Added SDL_INIT_CDROM Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@815 --- src/gui/sdlmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index bc8ad5ae..1a17203b 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -541,7 +541,7 @@ int main(int argc, char* argv[]) { DEBUG_SetupConsole(); #endif - if ( SDL_Init(SDL_INIT_AUDIO|SDL_INIT_VIDEO|SDL_INIT_TIMER + if ( SDL_Init(SDL_INIT_AUDIO|SDL_INIT_VIDEO|SDL_INIT_TIMER|SDL_INIT_CDROM #ifndef DISABLE_JOYSTICK |SDL_INIT_JOYSTICK