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

@@ -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);
}