summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/gpu.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-07-26 17:00:47 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-07-26 17:00:47 +0000
commit9cbd44224d555eb5d9fbd044676e92924407b57b (patch)
treefe82f1d1dbf85e40ea27c82aa154c323efec8a76 /plugins/peopsxgl/gpu.c
parentbe2f9d6ef7c59535773efb10f59793b2d4de9eb3 (diff)
downloadpcsxr-9cbd44224d555eb5d9fbd044676e92924407b57b.tar.gz
peopsogl1, vertex accuracy.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@69230 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/gpu.c')
-rw-r--r--plugins/peopsxgl/gpu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/peopsxgl/gpu.c b/plugins/peopsxgl/gpu.c
index 7955a11c..46e98198 100644
--- a/plugins/peopsxgl/gpu.c
+++ b/plugins/peopsxgl/gpu.c
@@ -45,6 +45,7 @@ static int iOldMode=0;
#include "menu.h"
#include "fps.h"
#include "key.h"
+#include "gte_accuracy.h"
#ifdef _WINDOWS
#include "resource.h"
#include "ssave.h"
@@ -687,6 +688,8 @@ long CALLBACK GPUopen(HWND hwndGPU)
InitializeTextureStore(); // init texture mem
+ resetGteVertices();
+
// lGPUstatusRet = 0x74000000;
// with some emus, we could do the OGL init right here... oh my