From d7a90b433451f04476b35575ef58bfd08542affb Mon Sep 17 00:00:00 2001 From: iCatButler Date: Sat, 2 Mar 2019 09:54:07 +0000 Subject: Add support for GL Extensions to Windows GPU plugin --- plugins/peopsxgl/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/peopsxgl/draw.c b/plugins/peopsxgl/draw.c index c60d9379..357348f2 100644 --- a/plugins/peopsxgl/draw.c +++ b/plugins/peopsxgl/draw.c @@ -131,7 +131,7 @@ BOOL bGteAccuracy; // OGL extension support int iForceVSync=-1; -int iUseExts=0; +int iUseExts=1; BOOL bGLExt; BOOL bGLFastMovie=FALSE; BOOL bGLSoft; -- cgit v1.2.3