]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Add obsolete JIT parameters to obsolete config entries list.
authorToni Wilen <twilen@winuae.net>
Sun, 20 Sep 2015 10:33:27 +0000 (13:33 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 20 Sep 2015 10:33:27 +0000 (13:33 +0300)
cfgfile.cpp

index f7c1cfb64f92e40f9e9394a406437a324e13af3c..47a2c34b6b0090d2bfd9762fe688a06c4acb06c3 100644 (file)
@@ -306,6 +306,11 @@ static const TCHAR *obsolete[] = {
 
        _T("cpuboard_ext_rom_file"),
 
+       _T("comp_oldsegv"),
+       _T("comp_midopt"),
+       _T("comp_lowopt"),
+       _T("avoid_cmov"),
+
        NULL
 };