Add onscreen message when this happens

This commit is contained in:
twinaphex 2016-07-19 06:16:58 +02:00
parent 397f82c9f5
commit 5678d4fd34

View File

@ -1329,6 +1329,9 @@ static bool init_content_file_extract(
msg_hash_to_str(
MSG_FAILED_TO_EXTRACT_CONTENT_FROM_COMPRESSED_FILE),
temp_content);
runloop_msg_queue_push(
msg_hash_to_str(MSG_FAILED_TO_EXTRACT_CONTENT_FROM_COMPRESSED_FILE)
, 10, 180, false);
return false;
}