GUI: Add getOSDFormat() and make OSD 32 bpp
This commit is contained in:
parent
b32c2be78d
commit
1b9987ddc9
10 changed files with 47 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue