Merge pull request #11946 from flodavid/gamemode

Enable (Feral Interactive) Gamemode on Linux
This commit is contained in:
liamwhite
2023-11-29 12:33:09 -05:00
committed by GitHub
17 changed files with 583 additions and 9 deletions

View File

@ -340,6 +340,7 @@ private:
void SetupSigInterrupts();
static void HandleSigInterrupt(int);
void OnSigInterruptNotifierActivated();
void SetGamemodeEnabled(bool state);
#endif
private slots: