diff --git a/BizHawk.Client.Common/tools/Watch.cs b/BizHawk.Client.Common/tools/Watch.cs index 0ea237dfae..80ff76d088 100644 --- a/BizHawk.Client.Common/tools/Watch.cs +++ b/BizHawk.Client.Common/tools/Watch.cs @@ -114,9 +114,9 @@ namespace BizHawk.Client.Common case DisplayType.Separator: return '_'; case DisplayType.Unsigned: - return 's'; - case DisplayType.Signed: return 'u'; + case DisplayType.Signed: + return 's'; case DisplayType.Hex: return 'h'; case DisplayType.Binary: