mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-26 19:43:35 +01:00
render-fx: add dvram_quit on fx builds
This commit is contained in:
parent
88eb5413a6
commit
52c17ccb05
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue