actually add the path for TIC80

This commit is contained in:
CasualPokePlayer 2022-06-16 14:11:05 -07:00
parent 27d945bb04
commit e021e8bc66
1 changed files with 2 additions and 0 deletions

View File

@ -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")),