mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoCommon: add ability to serialize graphics mod to json object
This commit is contained in:
@ -38,6 +38,7 @@ struct GraphicsModConfig
|
||||
|
||||
std::string GetAbsolutePath() const;
|
||||
|
||||
void SerializeToConfig(picojson::object& json_obj) const;
|
||||
bool DeserializeFromConfig(const picojson::value& value);
|
||||
|
||||
void SerializeToProfile(picojson::object* value) const;
|
||||
|
Reference in New Issue
Block a user