mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
Show TURBO status in title bar
This commit is contained in:
parent
2a8ac11812
commit
35924401b0
@ -1090,6 +1090,7 @@ void GFX_SetTitle(int32_t cycles, int frameskip, Bits timing, bool paused) {
|
||||
}
|
||||
|
||||
if (paused) strcat(title," PAUSED");
|
||||
if (ticksLocked) strcat(title, " TURBO");
|
||||
#if C_DEBUG
|
||||
if (IsDebuggerActive()) strcat(title," DEBUGGER");
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user