aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/gpu.h
diff options
context:
space:
mode:
authornotaz2011-03-22 00:33:49 +0200
committernotaz2011-03-22 00:37:17 +0200
commita48f14785ecc79b1ffe9dc51131d9b9aca1c7f2f (patch)
tree42e33d5f8fdb745dab227ec177cbddbbd9aadee6 /plugins/dfxvideo/gpu.h
parentcefe86b749ed699cd8af96e4875bb4e90e967569 (diff)
downloadpcsx_rearmed-a48f14785ecc79b1ffe9dc51131d9b9aca1c7f2f.tar.gz
pcsx_rearmed-a48f14785ecc79b1ffe9dc51131d9b9aca1c7f2f.tar.bz2
pcsx_rearmed-a48f14785ecc79b1ffe9dc51131d9b9aca1c7f2f.zip
dfxvideo: rm some more ZN leftovers
Diffstat (limited to 'plugins/dfxvideo/gpu.h')
-rw-r--r--plugins/dfxvideo/gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfxvideo/gpu.h b/plugins/dfxvideo/gpu.h
index 1930883..6ac6d3e 100644
--- a/plugins/dfxvideo/gpu.h
+++ b/plugins/dfxvideo/gpu.h
@@ -208,7 +208,7 @@ typedef struct PSXDISPLAYTAG
// draw.c
extern int32_t GlobalTextAddrX,GlobalTextAddrY,GlobalTextTP;
-extern int32_t GlobalTextREST,GlobalTextABR,GlobalTextPAGE;
+extern int32_t GlobalTextABR,GlobalTextPAGE;
extern short ly0,lx0,ly1,lx1,ly2,lx2,ly3,lx3;
extern long lLowerpart;
extern BOOL bCheckMask;