Build fix for GTK GUI missing NT view function needed by core.
This commit is contained in:
parent
2b15f8611e
commit
c66fc35a40
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue