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:
@ -13,6 +13,7 @@ struct GraphicsModFeatureConfig
|
||||
std::string m_action;
|
||||
picojson::value m_action_data;
|
||||
|
||||
void SerializeToConfig(picojson::object& json_obj) const;
|
||||
bool DeserializeFromConfig(const picojson::object& value);
|
||||
|
||||
void SerializeToProfile(picojson::object* value) const;
|
||||
|
Reference in New Issue
Block a user