aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/gpu.h
diff options
context:
space:
mode:
authornotaz2011-03-01 02:19:58 +0200
committernotaz2011-03-01 17:35:19 +0200
commite429fc6073077795431d8fecf18eab4c0c9218b3 (patch)
treefe8bdb64b3172640e268fcbe45f5ab0dfd547752 /plugins/dfxvideo/gpu.h
parentfc42805bfb38d33e23b4eddb115cf9ab88a4345a (diff)
downloadpcsx_rearmed-e429fc6073077795431d8fecf18eab4c0c9218b3.tar.gz
pcsx_rearmed-e429fc6073077795431d8fecf18eab4c0c9218b3.tar.bz2
pcsx_rearmed-e429fc6073077795431d8fecf18eab4c0c9218b3.zip
dfxvideo: avoid division like plague
Diffstat (limited to 'plugins/dfxvideo/gpu.h')
-rw-r--r--plugins/dfxvideo/gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dfxvideo/gpu.h b/plugins/dfxvideo/gpu.h
index 663b8b5..1930883 100644
--- a/plugins/dfxvideo/gpu.h
+++ b/plugins/dfxvideo/gpu.h
@@ -178,6 +178,7 @@ typedef struct RECTTAG
typedef struct TWINTAG
{
PSXRect_t Position;
+ int xmask, ymask;
} TWin_t;
/////////////////////////////////////////////////////////////////////////////