From 9cbd44224d555eb5d9fbd044676e92924407b57b Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Tue, 26 Jul 2011 17:00:47 +0000 Subject: peopsogl1, vertex accuracy. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@69230 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/peopsxgl/gpu.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/peopsxgl/gpu.c') 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 -- cgit v1.2.3