mirror of https://github.com/PCSX2/pcsx2.git
These might be needed, dunno.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5899 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
65152066ca
commit
916537b0f8
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue