mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
[RSX] Fix uninitialized value before usage
This commit is contained in:
parent
daaa83b9ca
commit
4600094829
@ -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…
x
Reference in New Issue
Block a user