mirror of https://github.com/snes9xgit/snes9x.git
win32: add st to rom file extensions (#793)
This commit is contained in:
parent
6ac52499ba
commit
5c889d9488
|
@ -7341,6 +7341,7 @@ void MakeExtFile(void)
|
|||
out<<"sfcN"<<endl;
|
||||
out<<"bsN"<<endl;
|
||||
out<<"jmaY"<<endl;
|
||||
out << "stN" << endl;
|
||||
out.close();
|
||||
SetFileAttributes(TEXT("Valid.Ext"), FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_READONLY);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue