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
commit 724b458a83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
# ======================