mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
MemArena: Add Darwin implementation
This commit is contained in:
@ -228,6 +228,11 @@ elseif(WIN32)
|
||||
Logging/ConsoleListenerWin.cpp
|
||||
MemArenaWin.cpp
|
||||
)
|
||||
elseif(APPLE)
|
||||
target_sources(common PRIVATE
|
||||
Logging/ConsoleListenerNix.cpp
|
||||
MemArenaDarwin.cpp
|
||||
)
|
||||
else()
|
||||
target_sources(common PRIVATE
|
||||
Logging/ConsoleListenerNix.cpp
|
||||
|
Reference in New Issue
Block a user