vxKernel/src/modules/display/dupdate.c

9 lines
158 B
C

#include "vhex/display.h"
#include "vhex/display/stack.h"
/* dupdate(): Push the video RAM to the display driver */
void dupdate(void)
{
dstack_render();
}