diff --git a/README.md b/README.md index a5f7c60ea..7ef15f018 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2716. +This is the source code for early-access 2717. ## Legal Notice diff --git a/src/input_common/drivers/gc_adapter.cpp b/src/input_common/drivers/gc_adapter.cpp index a2880b9be..27a0ffb0d 100755 --- a/src/input_common/drivers/gc_adapter.cpp +++ b/src/input_common/drivers/gc_adapter.cpp @@ -2,11 +2,7 @@ // 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"