mirror of https://github.com/PCSX2/pcsx2.git
ZeroGS: Resolve issue 71.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@615 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
7dc9138d04
commit
7111fb2105
|
@ -296,7 +296,7 @@ s32 CALLBACK GSinit()
|
|||
void CALLBACK GSshutdown()
|
||||
{
|
||||
#ifdef GS_LOG
|
||||
fclose(gsLog);
|
||||
if (gsLog != NULL) fclose(gsLog);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -295,7 +295,7 @@ s32 CALLBACK GSinit()
|
|||
void CALLBACK GSshutdown()
|
||||
{
|
||||
#ifdef GS_LOG
|
||||
fclose(gsLog);
|
||||
if (gsLog != NULL) fclose(gsLog);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue