Commit 5865a108 authored by Lioncash's avatar Lioncash
Browse files

gl_arb_decompiler: Avoid several string copies

Variables that are marked as const cannot have the move constructor
invoked when returning from a function (the move constructor requires a
non-const variable so it can "steal" the resources from it.
parent 0f7822ac
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