summaryrefslogtreecommitdiff
path: root/PcsxSrc/R3000A.c
diff options
context:
space:
mode:
Diffstat (limited to 'PcsxSrc/R3000A.c')
-rw-r--r--PcsxSrc/R3000A.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/PcsxSrc/R3000A.c b/PcsxSrc/R3000A.c
index ab6aea2..4dcfcd9 100644
--- a/PcsxSrc/R3000A.c
+++ b/PcsxSrc/R3000A.c
@@ -28,8 +28,6 @@ int psxInit() {
#ifdef __i386__
else psxCpu = &psxRec;
#endif
- Log=0;
-
if (psxMemInit() == -1) return -1;
return psxCpu->Init();
@@ -56,7 +54,6 @@ void psxReset() {
#ifdef PSX_LOG
PSX_LOG("*BIOS END*\n");
#endif
- Log=0;
}
void psxShutdown() {