render-fx: add dvram_quit on fx builds

This commit is contained in:
Lephe 2024-07-04 21:23:45 +02:00
parent 88eb5413a6
commit 52c17ccb05
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -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)