Commit 9a8dbba1 authored by Lioncash's avatar Lioncash
Browse files

gl_shader_decompiler: Avoid truncation warnings within LD_A and ST_A code

These are internally stored as u64 values, so using u32 here causes
truncation warnings. Instead, we can just use u64 and preserve the bit
width.
parent a94b623d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment