diff options
author | Huw Pascoe <huw.pascoe@gmail.com> | 2017-09-17 15:42:45 +0100 |
---|---|---|
committer | Huw Pascoe <huw.pascoe@gmail.com> | 2017-09-17 15:56:36 +0100 |
commit | a234e4c2009b08039d0698cbbcc8595a1f04a615 (patch) | |
tree | d36bdada9d659281efc206f26bfb03615e68c238 /src/citra_qt/configuration/configure_web.cpp | |
parent | 255fd8768d48f12cbbb18601f54dbc5c344407fb (diff) |
Improved performance of FromAttributeBuffer
Ternary operator is optimized by the compiler
whereas std::min() is meant to return a value.
I've noticed a 5%-10% emulation speed increase.
Diffstat (limited to 'src/citra_qt/configuration/configure_web.cpp')
0 files changed, 0 insertions, 0 deletions