GUI: Add getOSDFormat() and make OSD 32 bpp

This commit is contained in:
Alexander Tkachev 2016-06-04 15:56:15 +06:00
parent b32c2be78d
commit 1b9987ddc9
10 changed files with 47 additions and 5 deletions

View file

@ -48,6 +48,11 @@ void BaseBackend::clearOSD() {
//what should I do? Remove all TimedMessageDialogs?
}
Graphics::PixelFormat BaseBackend::getOSDFormat() {
warning("BaseBackend::getOSDFormat not implemented");
return Graphics::PixelFormat();
}
void BaseBackend::initBackend() {
// Init Event manager
#ifndef DISABLE_DEFAULT_EVENT_MANAGER