mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-07 19:07:54 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user