Revert "Update Griffin"

This reverts commit 98a7a1ba93e357a40ede42be37cd9f42d50edd3d.
This commit is contained in:
twinaphex 2020-07-20 01:45:54 +02:00
parent 98a7a1ba93
commit c4557c9bbc

View File

@ -651,6 +651,10 @@ INPUT
#include "../tasks/task_overlay.c"
#endif
#ifdef HAVE_X11
#include "../input/common/input_x11_common.c"
#endif
#if defined(_WIN32) && !defined(_XBOX) && _WIN32_WINNT >= 0x0501 && !defined(__WINRT__)
#ifdef HAVE_WINRAWINPUT
/* winraw only available since XP */