From 1455e4cad7821e7c78e2cd095bc73365cd4d9d3d Mon Sep 17 00:00:00 2001 From: feos Date: Sun, 9 Sep 2018 15:38:45 +0300 Subject: [PATCH] tastudio: hide a few computer columns by default --- BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs index e260be81d3..e90d64ee6a 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs @@ -433,7 +433,11 @@ namespace BizHawk.Client.EmuHawk || c.Name == "Close" || c.Name == "Disc Select" || c.Name.StartsWith("Tilt") - || c.Name.StartsWith("Key ")); + || c.Name.StartsWith("Key ") + || c.Name.EndsWith("Tape") + || c.Name.EndsWith("Disk") + || c.Name.EndsWith("Block") + || c.Name.EndsWith("Status")); foreach (var column in columnsToHide) {