Merge pull request #83 from lioncash/remove-console
Fix the linux build. Turns out Windows-specific files were in the Linux build files.
This commit is contained in:
commit
7ac5b1f2f8
|
@ -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…
Reference in New Issue