arcade: show notification of nvram save.

This commit is contained in:
sorgelig
2021-08-08 19:53:23 +08:00
parent 126f34fcd2
commit a1a95edae4
2 changed files with 5 additions and 1 deletions

View File

@@ -1889,6 +1889,11 @@ void HandleUI(void)
OsdWrite(8, " Saving...");
menustate = MENU_GENERIC_SAVE_WAIT;
}
else if (is_arcade() && spi_uio_cmd(UIO_CHK_UPLOAD))
{
menu_save_timer = GetTimer(1000);
arcade_nvm_save();
}
else if (menu)
{
menustate = MENU_NONE1;