From 397e38a73a7e98874f5bac1115c93ed333ce49ee Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 20 Sep 2016 14:59:06 +0000 Subject: [PATCH] Improve readability of auto cycles information bit. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3997 --- src/cpu/cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 2398fafa..29149972 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -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);