mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
GameList: Show game mod descriptor .json files in game list.
This commit is contained in:
@ -39,6 +39,7 @@ enum class BlobType
|
||||
TGC,
|
||||
WIA,
|
||||
RVZ,
|
||||
MOD_DESCRIPTOR,
|
||||
};
|
||||
|
||||
std::string GetName(BlobType blob_type, bool translate);
|
||||
|
Reference in New Issue
Block a user