FullscreenUI: Redo landing page and add help bar

This commit is contained in:
Stenzek
2024-04-09 20:04:45 +10:00
parent d4d7a13fed
commit bf4e8feb25
17 changed files with 1006 additions and 220 deletions

View File

@ -299,7 +299,12 @@ void Host::RequestResizeHostDisplay(s32 width, s32 height)
//
}
void Host::RequestExit(bool save_state_if_running)
void Host::RequestExitApplication(bool save_state_if_running)
{
//
}
void Host::RequestExitBigPicture()
{
//
}