Allow loading of lst files (Naomi support #1188)

This commit is contained in:
barbudreadmon 2018-06-21 19:24:05 +02:00 committed by GitHub
parent 1f088f211d
commit 2e8a87cbdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ bool ParseCommandLine(int argc,wchar* argv[])
if (extension
&& (stricmp(extension, ".cdi") == 0 || stricmp(extension, ".chd") == 0
|| stricmp(extension, ".gdi") == 0))
|| stricmp(extension, ".gdi") == 0 || stricmp(extension, ".lst") == 0))
{
printf("Using '%s' as cd image\n", *arg);
cfgSetVirtual("config", "image", *arg);