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; }; // ------------------------------------------------------------------------