From e021e8bc664432fe409a01aa3e49336a663d6db7 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:11:05 -0700 Subject: [PATCH] actually add the path for TIC80 --- src/BizHawk.Client.Common/config/PathEntryCollection.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BizHawk.Client.Common/config/PathEntryCollection.cs b/src/BizHawk.Client.Common/config/PathEntryCollection.cs index 5cd7b3c8fa..9760ae2185 100644 --- a/src/BizHawk.Client.Common/config/PathEntryCollection.cs +++ b/src/BizHawk.Client.Common/config/PathEntryCollection.cs @@ -283,6 +283,8 @@ namespace BizHawk.Client.Common CommonEntriesFor(VSystemID.Raw.TI83, basePath: Path.Combine(".", "TI83")), + CommonEntriesFor(VSystemID.Raw.TIC80, basePath: Path.Combine(".", "TIC80")), + CommonEntriesFor(VSystemID.Raw.UZE, basePath: Path.Combine(".", "Uzebox")), CommonEntriesFor(VSystemID.Raw.VB, basePath: Path.Combine(".", "VB")),