mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-04 14:08:30 +00:00
[RSX] Fix uninitialized value before usage
This commit is contained in:
parent
daaa83b9ca
commit
4600094829
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ namespace rsx
|
|||
u16 real_pitch;
|
||||
u16 rsx_pitch;
|
||||
|
||||
u64 cache_tag;
|
||||
u64 cache_tag = 0;
|
||||
|
||||
rsx::texture_create_flags view_flags = rsx::texture_create_flags::default_component_order;
|
||||
rsx::texture_upload_context context = rsx::texture_upload_context::shader_read;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue