mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
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:
parent
cfbde005fb
commit
235db57f0e
@ -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
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user