1
0
Fork 0

Improve readability of auto cycles information bit.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3997
This commit is contained in:
Peter Veenstra 2016-09-20 14:59:06 +00:00
parent 07f461da7e
commit 397e38a73a

View file

@ -1566,7 +1566,7 @@ void CPU_SET_CRX(Bitu cr,Bitu value) {
GFX_SetTitle(CPU_CyclePercUsed,-1,false);
if(!printed_cycles_auto_info) {
printed_cycles_auto_info = true;
LOG_MSG("DOSBox switched to max cycles, because of the setting: cycles=auto. If the game runs too fast try a fixed cycles amount in DOSBox's options.");
LOG_MSG("DOSBox has switched to max cycles, because of the setting: cycles=auto.\nIf the game runs too fast, try a fixed cycles amount in DOSBox's options.");
}
} else {
GFX_SetTitle(-1,-1,false);