summaryrefslogtreecommitdiffstats
path: root/src/common/common_types.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-04-20 04:25:16 +0200
committerLioncash <mathew1800@gmail.com>2018-04-20 04:25:19 +0200
commite8e5041955554a0bc6dc12fe160468f10275c2c1 (patch)
tree3d95c803da63a808956287381c29d27d6fd2a6ac /src/common/common_types.h
parentMerge pull request #356 from lioncash/shader (diff)
downloadyuzu-e8e5041955554a0bc6dc12fe160468f10275c2c1.tar
yuzu-e8e5041955554a0bc6dc12fe160468f10275c2c1.tar.gz
yuzu-e8e5041955554a0bc6dc12fe160468f10275c2c1.tar.bz2
yuzu-e8e5041955554a0bc6dc12fe160468f10275c2c1.tar.lz
yuzu-e8e5041955554a0bc6dc12fe160468f10275c2c1.tar.xz
yuzu-e8e5041955554a0bc6dc12fe160468f10275c2c1.tar.zst
yuzu-e8e5041955554a0bc6dc12fe160468f10275c2c1.zip
Diffstat (limited to 'src/common/common_types.h')
-rw-r--r--src/common/common_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/common_types.h b/src/common/common_types.h
index 844d34965..56b2677c8 100644
--- a/src/common/common_types.h
+++ b/src/common/common_types.h
@@ -27,12 +27,6 @@
#include <array>
#include <cstdint>
-#ifdef _MSC_VER
-#ifndef __func__
-#define __func__ __FUNCTION__
-#endif
-#endif
-
typedef std::uint8_t u8; ///< 8-bit unsigned byte
typedef std::uint16_t u16; ///< 16-bit unsigned short
typedef std::uint32_t u32; ///< 32-bit unsigned word