RetroArch/menu/cbs
MajorPainTheCactus eef34e9461
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_cancel.c Get rid of some menu_driver_ctl calls 2023-05-11 05:22:17 +02:00
menu_cbs_deferred_push.c Add Overlay Mouse, Lightgun, and Pointer (#16343) 2024-03-16 01:56:30 -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 Small opts (#14186) 2022-07-19 10:01:33 +02: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 Overlay Mouse, Lightgun, and Pointer (#16343) 2024-03-16 01:56:30 -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