Update main.cpp

This commit is contained in:
Derek "Turtle" Roe 2021-03-03 01:22:41 -06:00
parent 796a2ade62
commit 65fb1e472b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ int WINAPI WinMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPSTR /
}
else
{
// Extension is *.ndd/*.d64, so it should be a N64 disk image
// File extension is *.ndd/*.d64, so it should be an N64 disk image
isROMLoaded = CN64System::RunDiskImage(g_Settings->LoadStringVal(Cmd_RomFile).c_str());
}
}