mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
VideoCommon: add ability to serialize a texture asset metadata to json
This commit is contained in:
parent
1c3402502b
commit
36ccbbc06e
2 changed files with 56 additions and 0 deletions
|
@ -17,6 +17,7 @@ struct TextureData
|
|||
{
|
||||
static bool FromJson(const CustomAssetLibrary::AssetID& asset_id, const picojson::object& json,
|
||||
TextureData* data);
|
||||
static void ToJson(picojson::object* obj, const TextureData& data);
|
||||
enum class Type
|
||||
{
|
||||
Type_Undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue