From e4c3536cfb1073bae7392f9ba58832f0245b2c1f Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 8 Feb 2026 19:48:55 +0000 Subject: [PATCH] fck --- src/core/arm/nce/patcher.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/arm/nce/patcher.h b/src/core/arm/nce/patcher.h index 3533471357..03a85b8803 100644 --- a/src/core/arm/nce/patcher.h +++ b/src/core/arm/nce/patcher.h @@ -53,10 +53,6 @@ public: void SetModuleID(const ModuleID& id) { module_id = id; } - Patcher(const Patcher&) = delete; - Patcher& operator=(const Patcher&) = delete; - Patcher(Patcher&& other) noexcept; - Patcher& operator=(Patcher&&) noexcept = delete; explicit Patcher(); ~Patcher(); bool PatchText(const Kernel::PhysicalMemory& program_image,