From 916537b0f8e5b843a626be010948d00dc70f9116 Mon Sep 17 00:00:00 2001 From: "ramapcsx2.code" Date: Wed, 12 Feb 2014 12:52:03 +0000 Subject: [PATCH] These might be needed, dunno. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5899 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/GS.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/GSdx/GS.cpp b/plugins/GSdx/GS.cpp index 0e25f03558..dbab1a1163 100644 --- a/plugins/GSdx/GS.cpp +++ b/plugins/GSdx/GS.cpp @@ -818,13 +818,13 @@ EXPORT_C_(int) GSsetupRecording(int start, void* data) if(start & 1) { - printf("GSdx: Recording start command\n") + printf("GSdx: Recording start command\n"); if( s_gs->BeginCapture() ) pt(" - Capture started\n"); } else { - printf("GSdx: Recording end command\n") + printf("GSdx: Recording end command\n"); s_gs->EndCapture(); pt(" - Capture ended\n"); }