Fix typo in GetRomsPath, was returning GB for PCE/SFX
This commit is contained in:
parent
8d7c745e56
commit
db0fe17933
|
@ -245,7 +245,7 @@ namespace BizHawk.MultiClient
|
|||
break;
|
||||
case "SFX":
|
||||
case "PCE":
|
||||
path = PathManager.MakeAbsolutePath(Global.Config.PathPCEROMs, "GB");
|
||||
path = PathManager.MakeAbsolutePath(Global.Config.PathPCEROMs, "PCE");
|
||||
break;
|
||||
case "GB":
|
||||
path = PathManager.MakeAbsolutePath(Global.Config.PathGBROMs, "GB");
|
||||
|
|
Loading…
Reference in New Issue