mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06: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