Tool/Header: Add JSON output mode; game data

This commit is contained in:
Lexi Larkin
2023-10-11 04:58:42 -04:00
committed by Tillmann Karras
parent 0a4d46ece2
commit 71dfa66d8b
4 changed files with 100 additions and 12 deletions

View File

@ -70,6 +70,7 @@ enum class Language
std::string GetName(Country country, bool translate);
std::string GetName(Language language, bool translate);
std::string GetName(Region region, bool translate);
bool IsDisc(Platform volume_type);
bool IsWii(Platform volume_type);