mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 06:18:23 +00:00
"int GraphicsMode *" was a rather creative type... :)
svn-id: r13313
This commit is contained in:
parent
ff17962df5
commit
01d41e1249
@ -575,7 +575,7 @@ const OSystem::GraphicsMode *OSystem_Dreamcast::getSupportedGraphicsModes() cons
|
||||
return gfxmodes;
|
||||
}
|
||||
|
||||
int GraphicsMode *OSystem_Dreamcast::getDefaultGraphicsMode() const
|
||||
int OSystem_Dreamcast::getDefaultGraphicsMode() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user