Commit 5e4c2276 authored by Lioncash's avatar Lioncash
Browse files

gl_shader_disk_cache: Make variable non-const in decompiled entry case

std::move does nothing when applied to a const variable. Resources can't
be moved if the object is immutable. With this change, we don't end up
making several unnecessary heap allocations and copies.
parent f417be9d
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