diff options
| author | 2020-06-19 21:23:14 -0400 | |
|---|---|---|
| committer | 2020-06-19 23:09:16 -0400 | |
| commit | 5865a108859d6cf4cfdd92353f881cbedbb7b0f7 (patch) | |
| tree | ebcde27db00d11e2b8bdcfd5a8fba18402c1f0a3 /src/input_common/gcadapter/gc_adapter.cpp | |
| parent | Merge pull request #4080 from ogniK5377/audren-RendererInfo (diff) | |
| download | yuzu-5865a108859d6cf4cfdd92353f881cbedbb7b0f7.tar.gz yuzu-5865a108859d6cf4cfdd92353f881cbedbb7b0f7.tar.xz yuzu-5865a108859d6cf4cfdd92353f881cbedbb7b0f7.zip | |
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