mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-24 11:04:29 -04:00
GameList: Show game mod descriptor .json files in game list.
This commit is contained in:
@@ -50,6 +50,8 @@ std::string GetName(BlobType blob_type, bool translate)
|
||||
return "WIA";
|
||||
case BlobType::RVZ:
|
||||
return "RVZ";
|
||||
case BlobType::MOD_DESCRIPTOR:
|
||||
return translate_str("Mod");
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user