diff --git a/README.md b/README.md index 1a4c48269..a5f7c60ea 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2715. +This is the source code for early-access 2716. ## Legal Notice diff --git a/src/input_common/drivers/gc_adapter.cpp b/src/input_common/drivers/gc_adapter.cpp index 27a0ffb0d..a2880b9be 100755 --- a/src/input_common/drivers/gc_adapter.cpp +++ b/src/input_common/drivers/gc_adapter.cpp @@ -2,7 +2,11 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include +#ifdef _WIN32 #include +#else +#include +#endif #include "common/logging/log.h" #include "common/param_package.h"