aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/psx_gpu
diff options
context:
space:
mode:
authornotaz2011-12-23 02:46:52 +0200
committernotaz2011-12-23 02:46:52 +0200
commitde35a4641acce078961c2e748e1b6da6fe8d8b70 (patch)
treefab90f3871c77fae9b6bc9aef6b0cba6cf13c249 /plugins/gpu_neon/psx_gpu
parente86b6fecb5f0db18b29900a1af82d455c38fcb1e (diff)
downloadpcsx_rearmed-de35a4641acce078961c2e748e1b6da6fe8d8b70.tar.gz
pcsx_rearmed-de35a4641acce078961c2e748e1b6da6fe8d8b70.tar.bz2
pcsx_rearmed-de35a4641acce078961c2e748e1b6da6fe8d8b70.zip
gpu_neon/psx_gpu: update texture_window_settings
Diffstat (limited to 'plugins/gpu_neon/psx_gpu')
-rw-r--r--plugins/gpu_neon/psx_gpu/psx_gpu_parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu_parse.c b/plugins/gpu_neon/psx_gpu/psx_gpu_parse.c
index 98f2d85..f6143ee 100644
--- a/plugins/gpu_neon/psx_gpu/psx_gpu_parse.c
+++ b/plugins/gpu_neon/psx_gpu/psx_gpu_parse.c
@@ -599,6 +599,7 @@ void gpu_parse(psx_gpu_struct *psx_gpu, u32 *list, u32 size)
flush_render_block_buffer(psx_gpu);
+ psx_gpu->texture_window_settings = texture_window_settings;
psx_gpu->texture_window_x = x;
psx_gpu->texture_window_y = y;
psx_gpu->texture_mask_width = w - 1;