From 321ca84db15812ffd5607fa51d488e3d59b4c0c7 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 23 Sep 2011 01:47:33 +0300 Subject: frontend: fix a couple of annoyancies --- plugins/dfxvideo/gpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/dfxvideo/gpu.c') diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c index d80a265..b5fdd97 100644 --- a/plugins/dfxvideo/gpu.c +++ b/plugins/dfxvideo/gpu.c @@ -1118,6 +1118,7 @@ long CALLBACK GPUfreeze(uint32_t ulGetFreezeData,GPUFreeze_t * pF) // RESET TEXTURE STORE HERE, IF YOU USE SOMETHING LIKE THAT + PreviousPSXDisplay.Height = 0; GPUwriteStatus(ulStatusControl[0]); GPUwriteStatus(ulStatusControl[1]); GPUwriteStatus(ulStatusControl[2]); -- cgit v1.2.3