From bace52c4f8cb8db7934c43b4452273c7e21269d5 Mon Sep 17 00:00:00 2001 From: feos Date: Thu, 1 Dec 2022 19:10:39 +0300 Subject: [PATCH] fix #2119 --- .../TAStudio/TAStudioColorSettingsForm.cs | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs index 199340d257..d33f5e47cd 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs @@ -48,17 +48,17 @@ namespace BizHawk.Client.EmuHawk Controls = { // Row("currentFrame_FrameCol", "CurrentFrame: FrameCol"), - Row("currentFrame_InputLog", "CurrentFrame: InputLog"), - Row("greenZone_FrameCol", "GreenZone: FrameCol"), - Row("greenZone_InputLog", "GreenZone InputLog: Normal"), - Row("greenZone_InputLog_Stated", "GreenZone InputLog: Stated"), - Row("greenZone_InputLog_Invalidated", "GreenZone InputLog: Invalidated"), - Row("lagZone_FrameCol", "LagZone: FrameCol"), - Row("lagZone_InputLog", "LagZone InputLog: Normal"), - Row("lagZone_InputLog_Stated", "LagZone InputLog: Stated"), - Row("lagZone_InputLog_Invalidated", "LagZone InputLog: Invalidated"), - Row("marker_FrameCol", "Marker: FrameCol"), - Row("analogEdit_Col", "AnalogEdit: Col"), + Row("currentFrame_InputLog", "Emulated Frame Cursor"), + Row("greenZone_FrameCol", "Frame# Column"), + Row("greenZone_InputLog", "Input Log"), + Row("greenZone_InputLog_Stated", "Savestate"), + Row("greenZone_InputLog_Invalidated", "Invalidated"), + Row("lagZone_FrameCol", "Frame Column (Lag)"), + Row("lagZone_InputLog", "Input Log (Lag)"), + Row("lagZone_InputLog_Stated", "Savestate (Lag)"), + Row("lagZone_InputLog_Invalidated", "Invalidated (Lag)"), + Row("marker_FrameCol", "Marker"), + Row("analogEdit_Col", "Analog Edit Mode"), }, };