DQt2: Add a message if the game list is empty.

This commit is contained in:
spxtr
2016-01-01 02:29:39 -08:00
parent 552ea58bf5
commit 48d1adb96f
10 changed files with 76 additions and 19 deletions

View File

@ -35,6 +35,8 @@ public:
void SetWiiNAND(const QString& path);
DiscIO::IVolume::ELanguage GetWiiSystemLanguage() const;
DiscIO::IVolume::ELanguage GetGCSystemLanguage() const;
bool GetPreferredView() const;
void SetPreferredView(bool table);
// Emulation
bool GetConfirmStop() const;