RetroArch/tasks
neil4 2de52baf74
Overlays: Add eightway area types (#14565)
- New descriptors: 'dpad_area' and 'abxy_area'
- Each has a diagonal sensitivity setting, 100% being 8-way symmetry
- Buttons can be redefined in the cfg file

E.g. This would create a d-pad area, then redefine it to use analog directions:
overlay0_desc0 = "dpad_area,0.85,0.57,rect,0.166228,0.295516"
overlay0_desc0_up = "r_y_minus"
overlay0_desc0_down = "r_y_plus"
overlay0_desc0_left = "r_x_minus"
overlay0_desc0_right = "r_x_plus"
2022-10-30 06:31:27 +01:00
..
task_audio_mixer.c - Get rid of some strerror usage 2022-08-23 19:58:20 +02:00
task_audio_mixer.h Fixes --disable-menu 2021-10-15 14:32:07 +02:00
task_autodetect_blissbox.c Don't do NULL termination on string if we pass it off to strlcpy 2022-07-24 05:39:51 +02:00
task_autodetect.c Use flags pt3 (#14491) 2022-10-07 11:08:17 +02:00
task_bluetooth.c Don't include errno.h in files that don't justify its use 2022-08-25 05:19:30 +02:00
task_content_disc.c Don't include errno.h in files that don't justify its use 2022-08-25 05:19:30 +02:00
task_content.c (task_content.c) Cut down on code duplication 2022-10-25 16:32:16 +02:00
task_content.h Add 'Standalone Cores' menu (#13655) 2022-02-22 19:23:48 +01:00
task_core_backup.c Don't do NULL termination on string if we pass it off to strlcpy 2022-07-24 05:39:51 +02:00
task_core_updater.c Reduce snprintfs + assorted cleanups (#14369) 2022-09-01 04:17:07 +02:00
task_database_cue.c Fix Redump bin/cue scan for some DC games + add RVZ/WIA scan support for GC/Wii (#14380) 2022-09-06 01:52:01 +02:00
task_database_cue.h Refactor task_database_cue.c (#14349) 2022-08-25 04:42:23 +02:00
task_database.c Playlist + database changes: (#14531) 2022-10-18 21:32:54 +02:00
task_decompress.c (cheevos.c) Fix some function prototypes for C 2022-08-25 15:08:02 +02:00
task_file_transfer.c If we already know the length of the string, use strldup instead. 2022-08-25 16:31:54 +02:00
task_file_transfer.h Cleanup 2020-08-24 14:35:25 +02:00
task_http.c If we already know the length of the string, use strldup instead. 2022-08-25 16:31:54 +02:00
task_image.c Use flags for some structs instead of tons of bools - less state/variables to bookkeep, 2022-10-06 06:53:13 +02:00
task_manual_content_scan.c Don't do NULL termination on string if we pass it off to strlcpy 2022-07-24 05:39:51 +02:00
task_menu_explore.c Add View feature (#14467) 2022-10-10 06:36:02 +02:00
task_netplay_find_content.c Turn content_get_status into content_get_flags 2022-10-09 20:32:39 +02:00
task_netplay_lan_scan.c (Netplay/LAN Discovery) Task refactor (#14070) 2022-06-19 03:41:04 +02:00
task_netplay_nat_traversal.c (Network) Add getnameinfo_retro (#14278) 2022-08-04 13:22:49 +02:00
task_overlay.c Overlays: Add eightway area types (#14565) 2022-10-30 06:31:27 +01:00
task_patch.c NULL termination already happens in strlcpy 2022-08-10 02:45:27 +02:00
task_pl_thumbnail_download.c Add View feature (#14467) 2022-10-10 06:36:02 +02:00
task_playlist_manager.c Don't do NULL termination on string if we pass it off to strlcpy 2022-07-24 05:39:51 +02:00
task_powerstate.c reorder structs, alignment 2020-08-15 00:35:15 +02:00
task_powerstate.h Fix header include - should have been relative 2021-11-05 00:09:45 +01:00
task_save.c Add delay to savestate notifications (#14514) 2022-10-15 11:29:07 +02:00
task_screenshot.c (Runloop) Use more flags 2022-10-10 19:54:54 +02:00
task_steam.c * Rewrite some snprintfs 2022-08-20 19:17:28 +02:00
task_translation.c (Runloop) Use more flags 2022-10-10 19:54:54 +02:00
task_wifi.c Don't include errno.h in files that don't justify its use 2022-08-25 05:19:30 +02:00
tasks_internal.h screenshot_task_state - use flags instead of bools 2022-10-06 20:57:07 +02:00