- added .ssi to the list of known extensions for container files.

This commit is contained in:
Christoph Oelckers 2021-11-29 00:43:07 +01:00
parent 71dfe7ecfe
commit e59d976691

View file

@ -52,7 +52,7 @@
#define PATH_MAX 260
#endif
static const char* validexts[] = { "*.grp", "*.zip", "*.pk3", "*.pk4", "*.7z", "*.pk7", "*.dat", "*.rff" };
static const char* validexts[] = { "*.grp", "*.zip", "*.pk3", "*.pk4", "*.7z", "*.pk7", "*.dat", "*.rff", "*.ssi" };
//==========================================================================
//