mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 04:23:36 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
void dvram_quit(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
/* dupdate(): Push the video RAM to the display driver */
|
/* dupdate(): Push the video RAM to the display driver */
|
||||||
void dupdate(void)
|
void dupdate(void)
|
||||||
|
|
Loading…
Reference in a new issue