mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
DolphinQt: add warning if graphics mods are not enabled
This commit is contained in:
parent
3eb3e1c83a
commit
8aef0015fd
15 changed files with 156 additions and 4 deletions
|
@ -108,6 +108,8 @@ public:
|
|||
bool GetLockCursor() const;
|
||||
void SetKeepWindowOnTop(bool top);
|
||||
bool IsKeepWindowOnTopEnabled() const;
|
||||
bool GetGraphicModsEnabled() const;
|
||||
void SetGraphicModsEnabled(bool enabled);
|
||||
|
||||
// Audio
|
||||
int GetVolume() const;
|
||||
|
@ -200,6 +202,7 @@ signals:
|
|||
void DevicesChanged();
|
||||
void SDCardInsertionChanged(bool inserted);
|
||||
void USBKeyboardConnectionChanged(bool connected);
|
||||
void EnableGfxModsChanged(bool enabled);
|
||||
|
||||
private:
|
||||
Settings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue