mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
8 lines
191 B
C
8 lines
191 B
C
#include "odroid_system.h"
|
|
#include "odroid_display.h"
|
|
|
|
short odroid_display_queue_update(odroid_video_frame_t *frame, odroid_video_frame_t *previousFrame)
|
|
{
|
|
return SCREEN_UPDATE_FULL;
|
|
}
|