summaryrefslogtreecommitdiff
path: root/src/common/platform.h
diff options
context:
space:
mode:
authorGravatar bunnei2015-01-06 23:09:20 -0500
committerGravatar bunnei2015-01-06 23:09:20 -0500
commit5217e3f8737c5033ff280b78ab7a28bf05534835 (patch)
tree2f445a84723bd4487f1ba0ced237fba0e227e6a9 /src/common/platform.h
parentMerge pull request #376 from Subv/arc_reorder (diff)
parentCommon: Remove dead platform #ifdefs to make the code more readable. (diff)
downloadyuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.tar.gz
yuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.tar.xz
yuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.zip
Merge pull request #421 from linkmauve/remove-dead-platforms
Remove dead platform #ifdefs to make the code more readable.
Diffstat (limited to 'src/common/platform.h')
-rw-r--r--src/common/platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/platform.h b/src/common/platform.h
index ce9cfd4a2..ba1109c9f 100644
--- a/src/common/platform.h
+++ b/src/common/platform.h
@@ -35,7 +35,6 @@
35#define PLATFORM_MACOSX 2 35#define PLATFORM_MACOSX 2
36#define PLATFORM_LINUX 3 36#define PLATFORM_LINUX 3
37#define PLATFORM_ANDROID 4 37#define PLATFORM_ANDROID 4
38#define PLATFORM_IOS 5
39 38
40//////////////////////////////////////////////////////////////////////////////////////////////////// 39////////////////////////////////////////////////////////////////////////////////////////////////////
41// Platform detection 40// Platform detection