aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/psx_gpu/psx_gpu.h
diff options
context:
space:
mode:
authornotaz2012-08-18 18:25:12 +0300
committernotaz2012-10-12 00:05:08 +0300
commit3b3dee71d84bbbb376548d794b7a11cd38833cf0 (patch)
treefbbe0807d1c8c29b534e93ae8569224e26776dcc /plugins/gpu_neon/psx_gpu/psx_gpu.h
parente929dec505f8d3692248fe0d42c84a37c994ad39 (diff)
downloadpcsx_rearmed-3b3dee71d84bbbb376548d794b7a11cd38833cf0.tar.gz
pcsx_rearmed-3b3dee71d84bbbb376548d794b7a11cd38833cf0.tar.bz2
pcsx_rearmed-3b3dee71d84bbbb376548d794b7a11cd38833cf0.zip
psx_gpu: do enhanced lines
Diffstat (limited to 'plugins/gpu_neon/psx_gpu/psx_gpu.h')
-rw-r--r--plugins/gpu_neon/psx_gpu/psx_gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu.h b/plugins/gpu_neon/psx_gpu/psx_gpu.h
index fc5b566..f8547f3 100644
--- a/plugins/gpu_neon/psx_gpu/psx_gpu.h
+++ b/plugins/gpu_neon/psx_gpu/psx_gpu.h
@@ -233,7 +233,7 @@ void render_triangle(psx_gpu_struct *psx_gpu, vertex_struct *vertexes,
void render_sprite(psx_gpu_struct *psx_gpu, s32 x, s32 y, u32 u, u32 v,
s32 width, s32 height, u32 flags, u32 color);
void render_line(psx_gpu_struct *gpu, vertex_struct *vertexes, u32 flags,
- u32 color);
+ u32 color, int double_resolution);
u32 texture_region_mask(s32 x1, s32 y1, s32 x2, s32 y2);