RetroArch/menu
2024-04-06 18:44:49 +02:00
..
cbs Add To Playlist functionality (#16386) 2024-03-28 12:58:16 -07:00
drivers Fix 'Add to Playlist' icon in materialui (#16401) 2024-04-02 00:06:46 -07:00
menu_cbs.h Add To Playlist functionality (#16386) 2024-03-28 12:58:16 -07:00
menu_contentless_cores.c Cleanups: 2023-07-18 16:46:54 +02:00
menu_defines.h video_frame_info - start passing flags 2023-08-16 19:17:23 +02:00
menu_displaylist.c Silence warning for Dingux - no unused variables 2024-04-06 18:44:49 +02:00
menu_displaylist.h Add To Playlist functionality (#16386) 2024-03-28 12:58:16 -07:00
menu_driver.c Don't disable FF when toggling menu (#16265) 2024-02-20 13:47:00 -08:00
menu_driver.h (cheevos) inform user when server is unreachable (#15970) 2023-12-02 05:33:13 -08:00
menu_entries.h Prevent left-right hold in boolean menu items (#15530) 2023-07-29 04:59:59 +02:00
menu_explore.c Graceful fallback to readonly mode if RDB can't be opened readwrite (#15569) 2023-08-10 11:04:47 -07:00
menu_input.h Input binding rework (#15603) 2023-08-16 11:13:14 -07:00
menu_screensaver.c Get rid of font_driver_flush 2023-06-15 23:41:40 +02:00
menu_screensaver.h
menu_setting.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_setting.h
menu_shader.h