Added logic to refresh video display with last pass image data when inside debug loop.

This commit is contained in:
Matthew Budd 2020-06-02 05:02:43 -04:00
parent a25a5c914c
commit a59f1421b5
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "../../debug.h"
#include "../../driver.h"
#include "../../version.h"
#include "../../video.h"
#include "../../movie.h"
#include "../../palette.h"
#include "../../fds.h"
@ -1672,6 +1673,11 @@ static void winDebuggerLoopStep(void)
gtk_main_iteration_do(FALSE);
}
if ( XBackBuf )
{
BlitScreen(XBackBuf);
}
if ( breakpoint_hit )
{
seekPC_AllDebugWindows();