RetroArch/menu/cbs
Jason Breitweiser 87b9d0328e
Add To Playlist functionality (#16386)
* This PR contains Add To Favorite functionality.  It allows moving content to another playlist or to Create a new playlist with the selected content.

* Update retroarch.c

Fixed ISO C90 variable declaration at top of code.

* Update menu_cbs_ok.c

Fixed variable declaration for ISO requirement.
2024-03-28 12:58:16 -07:00
..
menu_cbs_cancel.c Get rid of some menu_driver_ctl calls 2023-05-11 05:22:17 +02:00
menu_cbs_deferred_push.c Add To Playlist functionality (#16386) 2024-03-28 12:58:16 -07:00
menu_cbs_get_value.c Lakka Switch Updates.... (#15754) 2023-10-06 04:55:22 -07:00
menu_cbs_info.c Header cleanups 2023-05-11 05:45:04 +02:00
menu_cbs_label.c Add To Playlist functionality (#16386) 2024-03-28 12:58:16 -07:00
menu_cbs_left.c Sublabels for input bind common entries (#16242) 2024-02-18 08:23:56 -08:00
menu_cbs_ok.c Add To Playlist functionality (#16386) 2024-03-28 12:58:16 -07:00
menu_cbs_right.c Sublabels for input bind common entries (#16242) 2024-02-18 08:23:56 -08:00
menu_cbs_scan.c (XMB) Color + background adjustments (#15556) 2023-08-06 09:17:38 +02:00
menu_cbs_select.c Get rid of menu_entries_get_selection_buf_ptr and menu_entries_get_size 2023-05-10 05:52:52 +02:00
menu_cbs_start.c rarch_system_info_t local vars should be renamed from 'system' 2023-07-15 07:22:38 +02:00
menu_cbs_sublabel.c Added rolling scan line simulation based on the shader subframe feature. This is implemented with a scrolling scissor rect rather than in the shader itself as this is more efficient although may not work for every shader pass - we may need an option to exclude certain passes. The implementation simply divides the screen up by the number of sub frames and then moves the scissor rect down over the screen over the number of sub frames. (#16282) 2024-03-19 08:59:36 -07:00
menu_cbs_title.c Add Overlay Mouse, Lightgun, and Pointer (#16343) 2024-03-16 01:56:30 -07:00