mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Properly save cfg files on exit
This commit is contained in:
parent
e626db8ce5
commit
2fe0a6c496
1 changed files with 1 additions and 0 deletions
|
@ -1180,6 +1180,7 @@ void DebugOut(const char *fmt, ...)
|
||||||
|
|
||||||
void ShutDown(void)
|
void ShutDown(void)
|
||||||
{
|
{
|
||||||
|
CONFIG_WriteSetup(0);
|
||||||
StopCD();
|
StopCD();
|
||||||
if (bSerialPlay)
|
if (bSerialPlay)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue