arcade: support for load/save of NVRAM.

This commit is contained in:
sorgelig
2021-01-03 21:17:01 +08:00
parent 503829e95e
commit 7b8b6b12b4
3 changed files with 76 additions and 3 deletions

View File

@@ -2472,6 +2472,7 @@ void HandleUI(void)
printf("Saving config to %s\n", filename);
FileSaveConfig(filename, status, 8);
if (is_x86()) x86_config_save();
if (is_arcade()) arcade_nvm_save();
}
break;