RetroArch/tasks
orbea 06d0a19e95 Fix png file names for screenshots with contentless cores.
For contentless cores like 2048 and the retropad RetroArch will save png
files with the content field missing.

  -181227-133151.png

Now RetroArch will save png files with the correct names for contentless
cores.

  2048-181227-133151.png
  RetroPad Remote-181227-133202.png

Cores with content will have no change in behavior.

  Akumajou Dracula (J)-181227-133232.png

And with cores that support content and no content such as 4DO both
variations will work.

  4DO-181227-144102.png
  LuciennesQuest-181227-144118.png

Fixes https://github.com/libretro/RetroArch/issues/7828
2018-12-27 14:50:09 -08:00
..
task_audio_mixer.c Add To Mixer and Add To Mixer And Play actions 2018-05-02 20:39:55 +02:00
task_autodetect.c Add thread safety note 2018-11-28 11:02:36 +01:00
task_content.c cli: Fix the --no-patch argument. 2018-12-25 13:12:59 -08:00
task_database_cue.c feat: Add Wii Backup File WBFS scanning 2018-04-29 09:51:38 -04:00
task_database.c fix gdi scanning - database only contains crcs for track 1 - so do not try to find largest track - just stop on track 1 2018-10-02 15:15:45 -04:00
task_decompress.c Fix more string is too small warnings 2018-11-25 18:49:04 +01:00
task_file_transfer.c (Audio mixer) Add MP3 support as well 2018-04-28 14:18:04 +02: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 Add runloop_get_libretro_system_info 2018-10-30 08:21:32 +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 Silence some Coverity warnings 2018-04-12 21:39:31 +02:00
task_patch.c Better no log at all than showing a false log 2018-06-11 17:08:59 +08:00
task_powerstate.c Rewrite task_queue 2017-05-14 20:43:48 +02:00
task_save.c Cleanups/silence warnings 2018-10-04 16:24:10 +02:00
task_screenshot.c Fix png file names for screenshots with contentless cores. 2018-12-27 14:50:09 -08:00
task_wifi.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
tasks_internal.h Prevent warning 2018-09-08 02:11:18 +02:00