mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-23 22:36:21 +00:00
parent
cfbc64f50e
commit
f8c49704ba
@ -195,11 +195,19 @@ bool LoadFile(std::string &filename, std::string *error_string) {
|
||||
break;
|
||||
|
||||
case FILETYPE_ARCHIVE_RAR:
|
||||
#ifdef WIN32
|
||||
*error_string = "File is compressed (RAR).\nPlease decompress first (try WinRAR)";
|
||||
#else
|
||||
*error_string = "File is compressed (RAR).\nPlease decompress first (try UnRAR)";
|
||||
#endif
|
||||
break;
|
||||
|
||||
case FILETYPE_ARCHIVE_ZIP:
|
||||
#ifdef WIN32
|
||||
*error_string = "File is compressed (ZIP).\nPlease decompress first (try WinRAR)";
|
||||
#else
|
||||
*error_string = "File is compressed (ZIP).\nPlease decompress first (try UnRAR)";
|
||||
#endif
|
||||
break;
|
||||
|
||||
case FILETYPE_NORMAL_DIRECTORY:
|
||||
|
Loading…
x
Reference in New Issue
Block a user