Fixed a compilation problem for release builds. I assume the functions in GSState are currently supposed to be dev-build only? :)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1807 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
cottonvibes 2009-09-12 05:19:59 +00:00
parent b64826251d
commit a17bf47fee
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include "GS.h"
#ifdef PCSX2_DEVBUILD
void SaveGSState(const wxString& file)
{
if( g_SaveGSStream ) return;
@ -150,3 +150,4 @@ void RunGSState( gzLoadingState& f )
it = packets.begin();
}
}
#endif