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

Commit bb754ce

Browse files
committed
trying to fix debug output
1 parent 2ed8f70 commit bb754ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/burner/libretro/libretro.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,9 @@ static void ForceFrameStep()
740740
pBurnSoundOut = g_audio_buf;
741741
nBurnSoundRate = AUDIO_SAMPLERATE;
742742
//nBurnSoundLen = AUDIO_SEGMENT_LENGTH;
743+
nFramesEmulated++;
743744
nCurrentFrame++;
745+
nFramesRendered++;
744746

745747
BurnDrvFrame();
746748
}

0 commit comments

Comments
 (0)