arcade: show notification of nvram save.
This commit is contained in:
5
menu.cpp
5
menu.cpp
@@ -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;
|
||||
|
||||
@@ -3176,7 +3176,6 @@ void user_io_poll()
|
||||
|
||||
if (is_megacd()) mcd_poll();
|
||||
if (is_pce()) pcecd_poll();
|
||||
if (is_arcade() && spi_uio_cmd(UIO_CHK_UPLOAD)) arcade_nvm_save();
|
||||
process_ss(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user