PANDORA: Make GLES context compatible with latest driver (FB only, no X11)
[mupen64plus-pandora.git] / source / mupen64plus-video-arachnoid / src / renderer / eglport.c
index 9db7809..2262124 100755 (executable)
@@ -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 );
     }
 }