video: send SPD info frame in direct_video mode.

This commit is contained in:
Sorgelig
2023-12-23 06:48:31 +08:00
parent 1b8ed443a8
commit 18b2ee21e9
5 changed files with 75 additions and 12 deletions

View File

@@ -7227,6 +7227,11 @@ void MenuHide()
HandleUI();
}
int menu_present()
{
return (menustate != MENU_NONE1) && (menustate != MENU_NONE2);
}
void Info(const char *message, int timeout, int width, int height, int frame)
{
if (menustate <= MENU_INFO)