mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
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.
This commit is contained in:
@@ -1141,8 +1141,6 @@ struct Pcsx2Config
|
||||
bool GenerateFunctionHashes = true;
|
||||
|
||||
void LoadSave(SettingsWrapper& wrap);
|
||||
|
||||
friend auto operator<=>(const DebugAnalysisOptions& lhs, const DebugAnalysisOptions& rhs) = default;
|
||||
};
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user