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:
parent
07f461da7e
commit
397e38a73a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue