Properly save cfg files on exit

This commit is contained in:
nukeykt 2019-11-21 22:32:24 +09:00 committed by Christoph Oelckers
parent e626db8ce5
commit 2fe0a6c496

View file

@ -1180,6 +1180,7 @@ void DebugOut(const char *fmt, ...)
void ShutDown(void) void ShutDown(void)
{ {
CONFIG_WriteSetup(0);
StopCD(); StopCD();
if (bSerialPlay) if (bSerialPlay)
{ {