mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-28 18:33:14 +00:00
Turns out Console.cpp and ConsoleListener.cpp were being built into the Linux builds too. Fixes the build.
This commit is contained in:
parent
ca7bdf1d5d
commit
cd8196f5db
@ -1,7 +1,6 @@
|
|||||||
set(SRCS BreakPoints.cpp
|
set(SRCS BreakPoints.cpp
|
||||||
CDUtils.cpp
|
CDUtils.cpp
|
||||||
ColorUtil.cpp
|
ColorUtil.cpp
|
||||||
ConsoleListener.cpp
|
|
||||||
FileSearch.cpp
|
FileSearch.cpp
|
||||||
FileUtil.cpp
|
FileUtil.cpp
|
||||||
Hash.cpp
|
Hash.cpp
|
||||||
|
@ -2,7 +2,6 @@ set(SRCS ActionReplay.cpp
|
|||||||
ARDecrypt.cpp
|
ARDecrypt.cpp
|
||||||
BootManager.cpp
|
BootManager.cpp
|
||||||
ConfigManager.cpp
|
ConfigManager.cpp
|
||||||
Console.cpp
|
|
||||||
Core.cpp
|
Core.cpp
|
||||||
CoreParameter.cpp
|
CoreParameter.cpp
|
||||||
CoreTiming.cpp
|
CoreTiming.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user