diff --git a/src/render-fx/dupdate.c b/src/render-fx/dupdate.c index 4e27589..b332525 100644 --- a/src/render-fx/dupdate.c +++ b/src/render-fx/dupdate.c @@ -26,6 +26,9 @@ bool dvram_init(void) { return true; } +void dvram_quit(void) +{ +} /* dupdate(): Push the video RAM to the display driver */ void dupdate(void)