snes: disable tracelogger. i'll figure out what i broke after the snes pwrap is done
This commit is contained in:
parent
3f3afd253c
commit
717ec931f1
|
@ -516,7 +516,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo.SNES
|
|||
CoreComm.VsyncDen = 1;
|
||||
}
|
||||
|
||||
CoreComm.CpuTraceAvailable = true;
|
||||
CoreComm.CpuTraceAvailable = false;
|
||||
|
||||
LibsnesDll.snes_power();
|
||||
|
||||
|
|
Loading…
Reference in New Issue