Show TURBO status in title bar

This commit is contained in:
maron2000 2025-05-01 21:40:12 +09:00
parent 2a8ac11812
commit 35924401b0

View File

@ -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