Add support for Feral Interactive's gamemode on Linux

This commit is contained in:
Cacodemon345
2025-07-10 17:26:18 +06:00
parent 5872d552b2
commit aa4637d5db
3 changed files with 381 additions and 0 deletions

View File

@@ -56,6 +56,10 @@ extern "C" {
#include <86box/gdbstub.h>
#include <86box/version.h>
#include <86box/renderdefs.h>
#ifdef Q_OS_LINUX
#define GAMEMODE_AUTO
#include "../unix/gamemode/gamemode_client.h"
#endif
}
#ifdef Q_OS_WINDOWS