mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinQt: add warning if graphics mods are not enabled
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user