From: ptitSeb Date: Thu, 17 Oct 2013 20:07:11 +0000 (+0200) Subject: Core: Less restrictive on when using FB mode X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=commitdiff_plain;h=9e0ef69c50bda56e1ea5febdd58cddc7cefed821 Core: Less restrictive on when using FB mode --- diff --git a/source/mupen64plus-core/src/api/vidext.c b/source/mupen64plus-core/src/api/vidext.c index 756a6ef..8dec43c 100755 --- a/source/mupen64plus-core/src/api/vidext.c +++ b/source/mupen64plus-core/src/api/vidext.c @@ -293,7 +293,7 @@ printf("SDL was not init, aborting\n"); } #ifdef PANDORA // Setup EGL Context... - if ((Width==800) && (Height==480)) // 800x480 => FB and no X11 +// if ((Width==800) && (Height==480)) // 800x480 => FB and no X11 useFB = 1; // Width = 800; // Height = 480;