diff options
author | comex <comexk@gmail.com> | 2020-08-31 16:38:58 +0200 |
---|---|---|
committer | comex <comexk@gmail.com> | 2020-12-07 01:02:04 +0100 |
commit | e31cb50405daae5d7189a98da272ca6c08ca8e04 (patch) | |
tree | f8ee8a9de18e0aa21f5675573b27755067a11e13 | |
parent | Merge pull request #5146 from comex/xx-num (diff) | |
download | yuzu-e31cb50405daae5d7189a98da272ca6c08ca8e04.tar yuzu-e31cb50405daae5d7189a98da272ca6c08ca8e04.tar.gz yuzu-e31cb50405daae5d7189a98da272ca6c08ca8e04.tar.bz2 yuzu-e31cb50405daae5d7189a98da272ca6c08ca8e04.tar.lz yuzu-e31cb50405daae5d7189a98da272ca6c08ca8e04.tar.xz yuzu-e31cb50405daae5d7189a98da272ca6c08ca8e04.tar.zst yuzu-e31cb50405daae5d7189a98da272ca6c08ca8e04.zip |
-rw-r--r-- | src/core/hle/kernel/physical_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/physical_core.h b/src/core/hle/kernel/physical_core.h index 37513130a..801d24c28 100644 --- a/src/core/hle/kernel/physical_core.h +++ b/src/core/hle/kernel/physical_core.h @@ -36,7 +36,7 @@ public: PhysicalCore& operator=(const PhysicalCore&) = delete; PhysicalCore(PhysicalCore&&) = default; - PhysicalCore& operator=(PhysicalCore&&) = default; + PhysicalCore& operator=(PhysicalCore&&) = delete; /// Initialize the core for the specified parameters. void Initialize(bool is_64_bit); |