mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: add ability to serialize a texture asset metadata to json
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user