diff options
author | Lioncash <mathew1800@gmail.com> | 2018-10-23 12:24:40 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-10-23 12:24:43 -0400 |
commit | 289adf87acc377a5475c7b629e06f612bdafa15c (patch) | |
tree | f4c048b3c547b56643ae8420539c5d4f2d01c018 /CMakeLists.txt | |
parent | 1291f3f820da6d4e5e4dfce6880b1772c1551af6 (diff) |
CMakeLists: Remove EMU_ARCH_BITS definition
This was only ever used by the now-removed memory_util functions. Also,
given we don't plan to support 32-bit architectures, this is just a
leftover from citra at this point.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e98b557e..f6a67950d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,10 +178,6 @@ endif() set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS $<$<CONFIG:Debug>:_DEBUG> $<$<NOT:$<CONFIG:Debug>>:NDEBUG>) - -math(EXPR EMU_ARCH_BITS ${CMAKE_SIZEOF_VOID_P}*8) -add_definitions(-DEMU_ARCH_BITS=${EMU_ARCH_BITS}) - # System imported libraries # ====================== |