1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Add missing interface function.

This commit is contained in:
Sergey Lipskiy 2014-04-17 18:06:09 +07:00
parent 024ab902dd
commit 215a15f0df

View File

@ -335,6 +335,10 @@ EXPORT void CALL RomOpen (void)
#endif
}
EXPORT void CALL RomResumed(void)
{
}
EXPORT void CALL ShowCFB (void)
{
gSP.changed |= CHANGED_CPU_FB_WRITE;