mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 09:49:11 +00:00
BADA: Fix formatting and non bada host compile error
This commit is contained in:
parent
46a8304b73
commit
812e4498ec
@ -1348,7 +1348,7 @@ const char *OpenGLGraphicsManager::getCurrentModeName() {
|
||||
}
|
||||
|
||||
#ifdef USE_OSD
|
||||
const Graphics::Font* getFontOSD() {
|
||||
const Graphics::Font *OpenGLGraphicsManager::getFontOSD() {
|
||||
return FontMan.getFontByUsage(Graphics::FontManager::kLocalizedFont);
|
||||
}
|
||||
|
||||
|
@ -319,7 +319,7 @@ protected:
|
||||
/**
|
||||
* Returns the font used for on screen display
|
||||
*/
|
||||
virtual const Graphics::Font* getFontOSD();
|
||||
virtual const Graphics::Font *getFontOSD();
|
||||
|
||||
/**
|
||||
* Update the OSD texture / surface.
|
||||
|
Loading…
Reference in New Issue
Block a user