mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-17 22:01:46 -04:00
GraphicsMod: Simplify std::sort using ranges and projections
This commit is contained in:
@@ -43,6 +43,4 @@ struct GraphicsModConfig
|
||||
|
||||
void SerializeToProfile(picojson::object* value) const;
|
||||
void DeserializeFromProfile(const picojson::object& value);
|
||||
|
||||
bool operator<(const GraphicsModConfig& other) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user