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

Commit

Permalink
trying to fix debug output (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon committed Oct 11, 2016
1 parent bb754ce commit d5a2be3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/burner/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,13 @@ static void ForceFrameStep()
pBurnSoundOut = g_audio_buf;
nBurnSoundRate = AUDIO_SAMPLERATE;
//nBurnSoundLen = AUDIO_SEGMENT_LENGTH;
#ifdef FBA_DEBUG
nFramesEmulated++;
#endif
nCurrentFrame++;
#ifdef FBA_DEBUG
nFramesRendered++;
#endif

BurnDrvFrame();
}
Expand Down

0 comments on commit d5a2be3

Please sign in to comment.