mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Show vWii System Menu version in Menu Bar
This commit is contained in:
parent
82d20ce352
commit
88c57a00a3
9 changed files with 104 additions and 54 deletions
|
@ -88,7 +88,7 @@ Country CountryCodeToCountry(u8 country_code, Platform platform, Region region =
|
|||
std::optional<u16> revision = {});
|
||||
|
||||
Region GetSysMenuRegion(u16 title_version);
|
||||
std::string GetSysMenuVersionString(u16 title_version);
|
||||
std::string GetSysMenuVersionString(u16 title_version, bool is_vwii);
|
||||
|
||||
const std::string& GetCompanyFromID(const std::string& company_id);
|
||||
} // namespace DiscIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue