diff options
author | bunnei <bunneidev@gmail.com> | 2018-03-21 18:49:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 18:49:00 -0400 |
commit | 2ab021da14b329cff67a209aa3b52e2308ff22d4 (patch) | |
tree | bfd62c06f66d7bfba7eb350c54b849ca551dffe2 /src/yuzu/main.cpp | |
parent | 7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b (diff) | |
parent | 34b733e70edc0a874892a8207c0592e538cfecc5 (diff) |
Merge pull request #260 from N00byKing/3535
Implement Pull #3535 from citra: CMake: Set EMU_ARCH_BITS in CMakeLists.txt
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 5802b9855..eb22a8ccf 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -18,7 +18,6 @@ #include "common/logging/log.h" #include "common/logging/text_formatter.h" #include "common/microprofile.h" -#include "common/platform.h" #include "common/scm_rev.h" #include "common/scope_exit.h" #include "common/string_util.h" |