remove unnecessary dictionary preference change
This commit is contained in:
parent
a31a7a3086
commit
41d8ab5d26
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue