mirror of
https://github.com/libretro/snes9x.git
synced 2025-02-12 12:18:16 +00:00
Win32: remove legacy extentions from valid.ext
This commit is contained in:
parent
2872a71127
commit
3e84a2eaf4
@ -6783,10 +6783,8 @@ void MakeExtFile(void)
|
|||||||
out.open("Valid.Ext");
|
out.open("Valid.Ext");
|
||||||
|
|
||||||
out<<"N" <<endl<<"smcN"<<endl<<"zipY"<<endl<<"gzY" <<endl<<"swcN"<<endl<<"figN"<<endl;
|
out<<"N" <<endl<<"smcN"<<endl<<"zipY"<<endl<<"gzY" <<endl<<"swcN"<<endl<<"figN"<<endl;
|
||||||
out<<"058N"<<endl<<"078N"<<endl<<"japN"<<endl<<"usaN"<<endl<<"048N"<<endl;
|
out<<"sfcN"<<endl;
|
||||||
out<<"eurN"<<endl<<"sfcN"<<endl<<"1N" <<endl<<"mgdN"<<endl<<"ufoN"<<endl;
|
out<<"jmaY";
|
||||||
out<<"binN"<<endl<<"gd3N"<<endl<<"mghN"<<endl<<"gd7N"<<endl<<"ausN"<<endl;
|
|
||||||
out<<"dx2N"<<endl<<"aN"<<endl<<"jmaY";
|
|
||||||
out.close();
|
out.close();
|
||||||
SetFileAttributes(TEXT("Valid.Ext"), FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_READONLY);
|
SetFileAttributes(TEXT("Valid.Ext"), FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_READONLY);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user