From 657da538de9824b51c1e59490e5895ca289763de Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Fri, 6 Jan 2012 22:51:05 +0000 Subject: [PATCH] gsdx-ogl: was too shaky after all! git-svn-id: http://pcsx2.googlecode.com/svn/branches/gsdx-ogl@5053 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/CMakeLists.txt | 4 +++- plugins/GSdx/GS.cpp | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/GSdx/CMakeLists.txt b/plugins/GSdx/CMakeLists.txt index ebb5585f4b..70e3262bcf 100644 --- a/plugins/GSdx/CMakeLists.txt +++ b/plugins/GSdx/CMakeLists.txt @@ -192,7 +192,6 @@ add_executable(${Replay} linux_replay.cpp) target_link_libraries(${Output} ${X11_LIBRARIES}) target_link_libraries(${Output} ${GLEW_LIBRARY}) target_link_libraries(${Output} ${OPENGL_LIBRARIES}) - if(projectSDL) target_link_libraries(${Output} ${SDL_LIBRARY}) endif(projectSDL) @@ -202,6 +201,9 @@ target_link_libraries(${Replay} ${X11_LIBRARIES}) target_link_libraries(${Replay} ${GLEW_LIBRARY}) target_link_libraries(${Replay} ${GTK2_LIBRARIES}) target_link_libraries(${Replay} ${Static}) +if(projectSDL) + target_link_libraries(${Replay} ${SDL_LIBRARY}) +endif(projectSDL) if(NOT USER_CMAKE_LD_FLAGS STREQUAL "") diff --git a/plugins/GSdx/GS.cpp b/plugins/GSdx/GS.cpp index 7133ae4280..bb5a8c5b4b 100644 --- a/plugins/GSdx/GS.cpp +++ b/plugins/GSdx/GS.cpp @@ -1205,7 +1205,7 @@ EXPORT_C GSReplay(char* lpszCmdLine, int renderer) packets.push_back(p); } - sleep(30); + sleep(10); // FIXME too slow :p // sleep(100);