1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00
RetroArch/tasks
retro-wertz 55450a5d73
Fix false [ERROR] when closing content
filestream_delete() returns 0 on success, and -1 on failure.
This PR removes this false error when closing content.

e.g.
[ERROR] Failed to remove temporary file: /EMULATORS/ConsoleRoms/Nintendo - Nintendo Entertainment System/Super Mario Bros. (World).nes.
2018-04-03 12:08:53 +08:00
..
task_audio_mixer.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
task_autodetect.c More CXX_BUILD linking error fixing 2018-02-04 20:57:30 +01:00
task_content.c Fix false [ERROR] when closing content 2018-04-03 12:08:53 +08:00
task_database_cue.c Start using string_is_equal predominantly 2018-01-16 22:53:38 +01:00
task_database.c Silence another Coverity warning 2018-02-02 21:53:58 +01:00
task_decompress.c Should fix APK extraction (hopefully) 2018-03-01 14:59:37 +01:00
task_file_transfer.c Fix MSVC 2003 build 2017-11-26 22:41:34 +01:00
task_http.c fix potential crash on task_push_http_transfer 2018-03-18 12:52:04 -05:00
task_image.c Prevent calling task_image_process if image is NULL 2018-01-23 04:57:12 +01:00
task_netplay_find_content.c Silence Coverity warning 2018-02-15 13:07:46 +01:00
task_netplay_lan_scan.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
task_netplay_nat_traversal.c Rewrite task_queue 2017-05-14 20:43:48 +02:00
task_overlay.c More static analyzer warning fixes 2018-03-29 14:19:24 +02:00
task_patch.c Move path_file_exists to filestream and do away with filestream 2017-12-14 20:05:46 +01:00
task_powerstate.c Rewrite task_queue 2017-05-14 20:43:48 +02:00
task_save.c Move path_file_exists to filestream and do away with filestream 2017-12-14 20:05:46 +01:00
task_screenshot.c task_screenshot.c - remove XBOX1 specific code 2018-02-05 00:29:05 +01:00
task_wifi.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
tasks_internal.h remove task_push_http_transfer_raw, encode before sending data to the task 2018-03-16 22:38:21 -05:00