Build fix for GTK GUI missing NT view function needed by core.

This commit is contained in:
Matthew Budd 2020-10-06 19:52:02 -04:00
parent 2b15f8611e
commit c66fc35a40
1 changed files with 5 additions and 0 deletions

View File

@ -1719,6 +1719,11 @@ void FCEUD_UpdatePPUView(int scanline, int refreshchr)
// Place holder to allow for compiling. GTK GUI doesn't support this. Qt Does.
}
void FCEUD_UpdateNTView(int scanline, bool drawall)
{
// Place holder to allow for compiling. GTK GUI doesn't support this. Qt Does.
}
static void closeDebuggerWindow (GtkWidget * w, GdkEvent * e, debuggerWin_t * dw)
{
std::list < debuggerWin_t * >::iterator it;