GameList: Show game mod descriptor .json files in game list.

This commit is contained in:
Admiral H. Curtiss 2021-10-26 02:01:16 +02:00
commit da161faff4
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
10 changed files with 80 additions and 17 deletions

View file

@ -39,6 +39,7 @@ enum class BlobType
TGC,
WIA,
RVZ,
MOD_DESCRIPTOR,
};
std::string GetName(BlobType blob_type, bool translate);