summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-08-16 10:15:00 -0400
committerGravatar Lioncash2018-08-16 10:21:14 -0400
commita0ce6de9136355410365f24fbdcab734700e88af (patch)
treee365c87268960cc9dce57f9afb00d0266901bc97 /src/core/hle/kernel/thread.cpp
parentMerge pull request #1005 from DarkLordZach/registered-fmt (diff)
downloadyuzu-a0ce6de9136355410365f24fbdcab734700e88af.tar.gz
yuzu-a0ce6de9136355410365f24fbdcab734700e88af.tar.xz
yuzu-a0ce6de9136355410365f24fbdcab734700e88af.zip
core: Delete System copy/move constructors and assignment operators
Prevents potentially making copies or doing silly things by accident with the System instance, particularly given our current core is designed (unfortunately) around one instantiable instance. This will prevent the accidental case of: auto instance = System::Instance(); being compiled without warning when it's supposed to be: auto& instance = System::Instance();
Diffstat (limited to 'src/core/hle/kernel/thread.cpp')
0 files changed, 0 insertions, 0 deletions