diff options
author | Lioncash <mathew1800@gmail.com> | 2020-06-19 21:23:14 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-06-19 23:09:16 -0400 |
commit | 5865a108859d6cf4cfdd92353f881cbedbb7b0f7 (patch) | |
tree | ebcde27db00d11e2b8bdcfd5a8fba18402c1f0a3 /src/input_common/gcadapter/gc_adapter.cpp | |
parent | 0f7822acb17a8c2534792b074a6181abfb95ec69 (diff) |
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.
Diffstat (limited to 'src/input_common/gcadapter/gc_adapter.cpp')
0 files changed, 0 insertions, 0 deletions