Frontend: Force powered-off screen through seperate render path

This commit is contained in:
Connor McLaughlin
2019-10-20 20:51:59 +10:00
parent 0b58f1facf
commit d389fcaa13
2 changed files with 31 additions and 13 deletions

View File

@ -63,6 +63,7 @@ private:
bool HandleSDLEvent(const SDL_Event* event);
bool PassEventToImGui(const SDL_Event* event);
void Render();
void RenderPoweredOff();
void RenderDisplay();
void DrawMainMenuBar();
void DrawPoweredOffWindow();