mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Qt: Bring Gamelist up to Wx standards
This commit is contained in:
@ -51,4 +51,18 @@ public:
|
||||
bool GetRenderToMain() const;
|
||||
bool GetFullScreen() const;
|
||||
QSize GetRenderWindowSize() const;
|
||||
|
||||
// Columns
|
||||
bool& BannerVisible() const;
|
||||
bool& CountryVisible() const;
|
||||
bool& DescriptionVisible() const;
|
||||
bool& FilenameVisible() const;
|
||||
bool& IDVisible() const;
|
||||
bool& PlatformVisible() const;
|
||||
bool& MakerVisible() const;
|
||||
bool& SizeVisible() const;
|
||||
bool& StateVisible() const;
|
||||
bool& TitleVisible() const;
|
||||
|
||||
void Save();
|
||||
};
|
||||
|
Reference in New Issue
Block a user