Common: Remove mem_arena.cpp/h
It is superfluous for Citra. (It's only really necessary if you're doing JIT. We were using it but not taking any advantage from it.) This should make 32-bit builds work again.
This commit is contained in:
parent
d9df5b575a
commit
3396f352cb
5 changed files with 31 additions and 560 deletions
|
@ -10,7 +10,6 @@ set(SRCS
|
|||
logging/text_formatter.cpp
|
||||
logging/backend.cpp
|
||||
math_util.cpp
|
||||
mem_arena.cpp
|
||||
memory_util.cpp
|
||||
misc.cpp
|
||||
profiler.cpp
|
||||
|
@ -43,7 +42,6 @@ set(HEADERS
|
|||
logging/backend.h
|
||||
make_unique.h
|
||||
math_util.h
|
||||
mem_arena.h
|
||||
memory_util.h
|
||||
platform.h
|
||||
profiler.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue