Ticket #5116: gamemode.patch

File gamemode.patch, 320 bytes (added by dslul, 6 years ago)
  • source/main.cpp

     
    8181
    8282#if OS_UNIX
    8383#include <unistd.h> // geteuid
     84#define GAMEMODE_AUTO
     85#include "gamemode_client.h"
    8486#endif // OS_UNIX
    8587
    8688#if MSC_VERSION