mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 20:14:57 +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
2 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
set(SRCS BreakPoints.cpp
|
||||
CDUtils.cpp
|
||||
ColorUtil.cpp
|
||||
ConsoleListener.cpp
|
||||
FileSearch.cpp
|
||||
FileUtil.cpp
|
||||
Hash.cpp
|
||||
|
|
|
@ -2,7 +2,6 @@ set(SRCS ActionReplay.cpp
|
|||
ARDecrypt.cpp
|
||||
BootManager.cpp
|
||||
ConfigManager.cpp
|
||||
Console.cpp
|
||||
Core.cpp
|
||||
CoreParameter.cpp
|
||||
CoreTiming.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue