mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-08 22:02:58 +02:00
Allow building the player with the legacy GSdx.
This commit is contained in:
@@ -218,11 +218,11 @@ else()
|
||||
endif()
|
||||
|
||||
################################### Replay Loader
|
||||
if(BUILD_REPLAY_LOADERS)
|
||||
if(BUILD_REPLAY_LOADERS AND NOT GSdx)
|
||||
set(Replay pcsx2_GSReplayLoader)
|
||||
set(GSdxReplayLoaderFinalSources
|
||||
${GSdxFinalSources}
|
||||
linux_replay.cpp
|
||||
)
|
||||
add_pcsx2_executable(${Replay} "${GSdxReplayLoaderFinalSources}" "${GSdxFinalLibs}" "${GSdxFinalFlags}")
|
||||
endif(BUILD_REPLAY_LOADERS)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user