[Project64] Remove commented out code from SystemTiming.cpp
This commit is contained in:
parent
e8505da649
commit
21839b8ae6
|
@ -186,16 +186,6 @@ void CSystemTimer::TimerDone()
|
||||||
{
|
{
|
||||||
UpdateTimers();
|
UpdateTimers();
|
||||||
|
|
||||||
/* uint32_t LastTimer;
|
|
||||||
if (Profiling)
|
|
||||||
{
|
|
||||||
LastTimer = StartTimer(Timer_Done);
|
|
||||||
}
|
|
||||||
if (LogOptions.GenerateLog && LogOptions.LogExceptions && !LogOptions.NoInterrupts)
|
|
||||||
{
|
|
||||||
LogMessage("%08X: Timer Done (Type: %d CurrentTimer: %d)", *_PROGRAM_COUNTER, m_Current, *_Timer );
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
switch (m_Current)
|
switch (m_Current)
|
||||||
{
|
{
|
||||||
case CSystemTimer::CompareTimer:
|
case CSystemTimer::CompareTimer:
|
||||||
|
|
Loading…
Reference in New Issue