X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu%2Fpsx_gpu_parse.c;h=f6143ee35c1f76b7265311bd532652cdcde36a4a;hp=98f2d8538af5532a47793cac9f6575f00259061c;hb=de35a4641acce078961c2e748e1b6da6fe8d8b70;hpb=e86b6fecb5f0db18b29900a1af82d455c38fcb1e 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;