rsx: Do not reset vertex program texture mask when updating ucode analysis

- Fixes incorrect texture type detection in some games after program env/ucode separation
This commit is contained in:
kd-11 2020-12-17 01:30:33 +03:00 committed by kd-11
parent cfbde005fb
commit 235db57f0e

View File

@ -1540,7 +1540,6 @@ namespace rsx
current_vertex_program.rsx_vertex_inputs.clear();
current_vertex_program.data.reserve(512 * 4);
current_vertex_program.jump_table.clear();
current_vertex_program.texture_dimensions = 0;
current_vp_metadata = program_hash_util::vertex_program_utils::analyse_vertex_program
(