Support Uthernet save-state (#984)

Uthernet card: support save/load state
This commit is contained in:
TomCh
2021-09-21 21:32:14 +01:00
committed by GitHub
parent 10a83eed61
commit 4aa6e05528
7 changed files with 143 additions and 49 deletions
-3
View File
@@ -841,9 +841,6 @@ static void RepeatInitialization(void)
g_cmdLine.bShutdown = true;
}
tfe_init();
LogFileOutput("Main: tfe_init()\n");
if (g_cmdLine.szSnapshotName)
{
std::string strPathname(g_cmdLine.szSnapshotName);