general: conditionally compile gamemode on linux only

This commit is contained in:
Liam 2023-11-29 14:17:12 -05:00
parent aded28f276
commit 5eec980a2d
3 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@
#include <gamemode_client.h>
#include "common/linux/gamemode.h"
#include "common/logging/log.h"
#include "common/settings.h"
namespace Common::Linux {