remove unnecessary dictionary preference change

This commit is contained in:
Squall Leonhart 2021-08-14 02:35:54 +10:00
parent a31a7a3086
commit 41d8ab5d26
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ int captureFormat = 0;
int cheatsEnabled = true;
int cpuDisableSfx = false;
int cpuSaveType = 0;
int enableMMX = 1;
int enableMMX;
int disableStatusMessages = 0;
int dsoundDisableHardwareAcceleration;
int filterHeight;