summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/gpu.c
diff options
context:
space:
mode:
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