summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-03-07 16:32:10 -0500
committerGravatar Lioncash2019-03-07 17:05:44 -0500
commite99a14862841841d74be8d0ea9426c2d23546b5e (patch)
tree60c2fb5b76547165dd900a82179577b08b4ff7f5 /src/video_core/gpu_thread.cpp
parentMerge pull request #2196 from DarkLordZach/web-applet-esc (diff)
downloadyuzu-e99a14862841841d74be8d0ea9426c2d23546b5e.tar.gz
yuzu-e99a14862841841d74be8d0ea9426c2d23546b5e.tar.xz
yuzu-e99a14862841841d74be8d0ea9426c2d23546b5e.zip
common/bit_field: Make BitField trivially copyable
This makes the class much more flexible and doesn't make performing copies with classes that contain a bitfield member a pain. Given BitField instances are only intended to be used within unions, the fact the full storage value would be copied isn't a big concern (only sizeof(union_type) would be copied anyways). While we're at it, provide defaulted move constructors for consistency.
Diffstat (limited to 'src/video_core/gpu_thread.cpp')
0 files changed, 0 insertions, 0 deletions