RetroArch/tasks
i30817 7da45bc789
Serial magic should only match on full match
As was mentioned on the wii dual layer disc issue, this line is comparing binary sequences as strings, which fails very obviously because neither of the 'strings' tested are strings and it's very likely both start with \0.
2018-04-11 01:37:35 +01:00
..
task_audio_mixer.c Get rid of a lot of implicit conversions 2018-04-09 15:56:45 +02:00
task_autodetect.c More CXX_BUILD linking error fixing 2018-02-04 20:57:30 +01:00
task_content.c Move retroarch.h dependencies out of core_info.c 2018-04-10 04:00:01 +02:00
task_database.c Scanning should now work in standalone program 2018-04-10 05:16:33 +02:00
task_database_cue.c Serial magic should only match on full match 2018-04-11 01:37:35 +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 (database_info/task_database) Get rid of list_special dependencies 2018-04-10 04:13:45 +02:00