From 2f927d896a9892b9d58565028481f689d15c709a Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 12 Apr 2018 13:44:14 +0000 Subject: [PATCH] Use auto instead of dynamic, as dynamic is not always possible git-svn-id: trunk@38741 - --- tests/utils/dosbox/dosbox.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/utils/dosbox/dosbox.conf b/tests/utils/dosbox/dosbox.conf index b1884ffc0a..363c54c91f 100644 --- a/tests/utils/dosbox/dosbox.conf +++ b/tests/utils/dosbox/dosbox.conf @@ -78,8 +78,8 @@ scaler=normal2x # cycleup: Amount of cycles to decrease/increase with keycombo.(CTRL-F11/CTRL-F12) # cycledown: Setting it lower than 100 will be a percentage. -#core=auto -core=dynamic +core=auto +#core=dynamic cputype=auto #cycles=auto cycles=max