Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Commit d5a2be3

Browse files
committed
trying to fix debug output (2)
1 parent bb754ce commit d5a2be3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/burner/libretro/libretro.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,9 +740,13 @@ static void ForceFrameStep()
740740
pBurnSoundOut = g_audio_buf;
741741
nBurnSoundRate = AUDIO_SAMPLERATE;
742742
//nBurnSoundLen = AUDIO_SEGMENT_LENGTH;
743+
#ifdef FBA_DEBUG
743744
nFramesEmulated++;
745+
#endif
744746
nCurrentFrame++;
747+
#ifdef FBA_DEBUG
745748
nFramesRendered++;
749+
#endif
746750

747751
BurnDrvFrame();
748752
}

0 commit comments

Comments
 (0)