From 9e0ef69c50bda56e1ea5febdd58cddc7cefed821 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 17 Oct 2013 22:07:11 +0200 Subject: [PATCH] Core: Less restrictive on when using FB mode --- source/mupen64plus-core/src/api/vidext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2