X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fsrc%2Fapi%2Feglport.cpp;h=c1494ffe819f4cae72cd70389991dc6322dcb934;hp=b6c5e2a81d97ea3242a5e753f6646061e79248fe;hb=06190a2d9ba2bb59a3d5aefc89d4c341551f881e;hpb=b686fbdb5837362675fe9de84b73794743afaddc diff --git a/source/mupen64plus-core/src/api/eglport.cpp b/source/mupen64plus-core/src/api/eglport.cpp index b6c5e2a..c1494ff 100755 --- a/source/mupen64plus-core/src/api/eglport.cpp +++ b/source/mupen64plus-core/src/api/eglport.cpp @@ -333,11 +333,11 @@ void OpenCfg ( const char* file ) strncpy( eglStrings[CFG_STENCIL_SIZE], "size_stencil=", MAX_STRING ); /* Set defaults */ -#if defined(USE_EGL_SDL) - eglSettings[CFG_MODE] = RENDER_SDL; -#else +//#if defined(USE_EGL_SDL) +// eglSettings[CFG_MODE] = RENDER_SDL; +//#else eglSettings[CFG_MODE] = RENDER_RAW; -#endif +//#endif eglSettings[CFG_VSYNC] = 0; eglSettings[CFG_FSAA] = 0; eglSettings[CFG_FPS] = 0; @@ -371,7 +371,7 @@ void OpenCfg ( const char* file ) } else { - printf( "EGL ERROR: Unable to read ini settings from file '%s'. Using defaults\n", file ); + printf( "EGL NOTICE: Unable to read ini settings from file '%s'. Using defaults\n", file ); } }