From: notaz Date: Fri, 23 Dec 2011 00:46:52 +0000 (+0200) Subject: gpu_neon/psx_gpu: update texture_window_settings X-Git-Tag: r12~8 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=de35a4641acce078961c2e748e1b6da6fe8d8b70;ds=sidebyside gpu_neon/psx_gpu: update texture_window_settings --- diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu_parse.c b/plugins/gpu_neon/psx_gpu/psx_gpu_parse.c index 98f2d853..f6143ee3 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;