mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-13 04:36:59 +00:00
GameList: Use title name based on console language (#388)
This commit is contained in:
parent
dd1cb1cccf
commit
c217b3ee32
5 changed files with 24 additions and 2 deletions
|
|
@ -50,6 +50,7 @@ public:
|
|||
bool IsVisible(long item) const; // only available in wxwidgets 3.1.3
|
||||
|
||||
void ReloadGameEntries(bool cached = false);
|
||||
void DeleteCachedStrings();
|
||||
|
||||
long FindListItemByTitleId(uint64 title_id) const;
|
||||
void OnClose(wxCloseEvent& event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue