mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 08:40:28 +01: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…
Reference in a new issue