diff options
| author | 2015-06-20 20:14:43 +0100 | |
|---|---|---|
| committer | 2015-06-27 14:43:57 +0100 | |
| commit | ce0cfd62d95cdc46f4517ad16a0396a5815cb595 (patch) | |
| tree | 0959d0cb4a7ec90063da7fd924321cfe847bb77c /src/citra_qt/main.cpp | |
| parent | Common: Remove unused SSE version checking and a GCC macro. (diff) | |
| download | yuzu-ce0cfd62d95cdc46f4517ad16a0396a5815cb595.tar.gz yuzu-ce0cfd62d95cdc46f4517ad16a0396a5815cb595.tar.xz yuzu-ce0cfd62d95cdc46f4517ad16a0396a5815cb595.zip | |
Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 8041816a0..43b80a34a 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -18,10 +18,6 @@ | |||
| 18 | #include "common/platform.h" | 18 | #include "common/platform.h" |
| 19 | #include "common/scope_exit.h" | 19 | #include "common/scope_exit.h" |
| 20 | 20 | ||
| 21 | #if EMU_PLATFORM == PLATFORM_LINUX | ||
| 22 | #include <unistd.h> | ||
| 23 | #endif | ||
| 24 | |||
| 25 | #include "bootmanager.h" | 21 | #include "bootmanager.h" |
| 26 | #include "hotkeys.h" | 22 | #include "hotkeys.h" |
| 27 | 23 | ||