fixes 12cd7885e
good catch by Morilli
This commit is contained in:
YoshiRulz 2025-01-30 12:42:43 +10:00
parent 504b2d57f2
commit 87ffdb5cd2
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ namespace BizHawk.Client.EmuHawk
public void OpenFile(string baseName)
{
string ext = Path.GetExtension(baseName);
if (ext?.EqualsIgnoreCase(".jmd") is true or null)
if (ext?.EqualsIgnoreCase(".jmd") is false or null)
{
baseName += ".jmd";
}