snes: disable tracelogger. i'll figure out what i broke after the snes pwrap is done

This commit is contained in:
goyuken 2012-12-23 18:05:48 +00:00
parent 3f3afd253c
commit 717ec931f1
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo.SNES
CoreComm.VsyncDen = 1;
}
CoreComm.CpuTraceAvailable = true;
CoreComm.CpuTraceAvailable = false;
LibsnesDll.snes_power();