diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2019-03-02 09:54:07 +0000 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2019-03-02 09:54:07 +0000 |
| commit | d7a90b433451f04476b35575ef58bfd08542affb (patch) | |
| tree | 86b92ba5fa80887cf5f18b8a2d9b27db6e464e51 /plugins/peopsxgl/draw.c | |
| parent | cd685f7b75b8c7165642bd45044481ec5b27bc04 (diff) | |
Add support for GL Extensions to Windows GPU plugin
Diffstat (limited to 'plugins/peopsxgl/draw.c')
| -rw-r--r-- | plugins/peopsxgl/draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
