Merge pull request #4373 from FearlessTobi/port-1553

Port yuzu-emu/yuzu#1553: "common: Remove memory_util.h/.cpp"
This commit is contained in:
Weiyi Wang
2018-10-26 22:38:18 -04:00
committed by GitHub
4 changed files with 0 additions and 204 deletions

View File

@@ -179,9 +179,6 @@ add_definitions(-DSINGLETHREADED)
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
# ======================