From a572c808965e644ad8d5f1eb7f390635f2530db0 Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 17 Mar 2025 18:19:28 -0400 Subject: [PATCH] Config: Delete an implicitly deleted operator overload. This fixes the two terabytes of logging we get to search through when we want to find something in a macOS actions run. --- pcsx2/Config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/pcsx2/Config.h b/pcsx2/Config.h index fc1253d220..04933c9e5b 100644 --- a/pcsx2/Config.h +++ b/pcsx2/Config.h @@ -1098,8 +1098,6 @@ struct Pcsx2Config bool GenerateFunctionHashes = true; void LoadSave(SettingsWrapper& wrap); - - friend auto operator<=>(const DebugAnalysisOptions& lhs, const DebugAnalysisOptions& rhs) = default; }; // ------------------------------------------------------------------------