1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

[RSX] Fix uninitialized value before usage

This commit is contained in:
scribam 2017-10-30 19:39:18 +01:00 committed by kd-11
parent daaa83b9ca
commit 4600094829

View File

@ -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;