mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-27 11:02:36 -05: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