libretroadmin
696dae6e70
Refactor away some video driver functions
2023-05-31 01:09:38 +02:00
libretroadmin
c07e6a6da2
Cleanups
2023-05-30 20:30:37 +02:00
libretroadmin
976d7b8067
Get rid of some useless wrapper functions
2023-05-28 17:56:28 +02:00
libretroadmin
8844c991e1
Cleanups
2023-05-28 16:36:50 +02:00
libretroadmin
fe529ff591
Refactor away menu_driver_list_cache
2023-05-12 01:00:08 +02:00
libretroadmin
b105fa5a4f
Make one function static
2023-05-11 23:14:36 +02:00
libretroadmin
7db9a4acfa
Header cleanups
2023-05-11 05:45:04 +02:00
libretroadmin
f2bb150b0a
Get rid of some menu_driver_ctl calls
2023-05-11 05:22:17 +02:00
libretroadmin
c78e83978a
Refactor menu_entries_ctl into menu_entries_clear
2023-05-11 03:29:45 +02:00
libretroadmin
0f97bf52b9
Create menu_displaylist_refresh
2023-05-11 02:07:56 +02:00
libretroadmin
07cb5f4e98
Remove MENU_ENTRIES_CTL_SET_REFRESH
2023-05-11 01:58:30 +02:00
libretroadmin
c3b16e1803
Get rid of MENU_ENTREIS_CTL_UNSET_REFRESH and
...
MENU_ENTRIES_CTL_GET_REFRESH
2023-05-11 01:18:26 +02:00
libretroadmin
91ea92e50b
Get rid of some menu_driver_ctl commands
2023-05-10 21:30:09 +02:00
libretroadmin
3706c4e464
Cleanups
2023-05-10 19:03:16 +02:00
libretroadmin
1ad253e81a
Get rid of menu_input_{get|set}_selection
2023-05-10 18:45:49 +02:00
libretroadmin
0674613d28
Change return types of menu_driver_list_get_selection/get_size
...
and simplify struct
2023-05-10 08:36:44 +02:00
libretroadmin
5de30567a1
Get rid of MENU_ENTRIES_CTL_SETTINGS_GET
2023-05-10 07:28:14 +02:00
libretroadmin
74ad3723f9
Get rid of more extraneous menu wrapper functions
2023-05-10 06:37:40 +02:00
libretroadmin
6c22249ae9
Get rid of menu_entries_get_selection_buf_ptr and menu_entries_get_size
2023-05-10 05:52:52 +02:00
libretroadmin
29329ba62f
remove menu_entries_get_stack_size
2023-05-10 05:03:40 +02:00
libretroadmin
9861073363
Get rid of menu_entries_get_menu_stack_ptr
2023-05-10 04:48:27 +02:00
libretroadmin
a1e4918288
Cleanups
2023-05-10 04:18:00 +02:00
libretroadmin
c09268f4f4
Turn some functions static
2023-05-09 04:58:06 +02:00
libretroadmin
08f71a9b1e
(Menu) Cleanups - make functions static and remove some unnecessary
...
wrapper functions
2023-05-09 04:41:12 +02:00
sonninnos
47d71646c9
Add menu scroll home+end actions
2023-05-08 15:25:51 +02:00
libretroadmin
dfc157d1d0
Small cleanups
2023-05-06 23:19:39 +02:00
libretroadmin
80b640f62e
Get rid of unnecessary function
2023-05-06 22:29:44 +02:00
libretroadmin
099f33e0b3
(Menu) Simplifications
2023-05-06 22:10:55 +02:00
libretroadmin
02a849d440
Move RGUI specific code to RGUI file
2023-05-06 20:16:59 +02:00
libretroadmin
6d9482f3f0
(Menu) Cut down on small superfluos wrapper functions
2023-05-06 17:19:40 +02:00
libretroadmin
ead88eebfe
(Menu) Get rid of a bunch of useless wrpaper function calls
2023-05-06 07:39:20 +02:00
libretroadmin
bf370ce284
Turn more functions static
2023-05-06 02:34:02 +02:00
libretroadmin
ec8aa8e186
Turn functions static
2023-05-05 22:03:41 +02:00
libretroadmin
d64f11a0f7
menu_update_fullscreen_thumbnail_label - some refinements
2023-05-02 00:21:37 +02:00
libretroadmin
b951a010fd
Move strftime_am_pm to libretro-common and get rid of duplicated
...
function
2023-05-01 19:03:11 +02:00
sonninnos
b2ff445531
(Ozone) Sidebar multiline scrolling ( #15242 )
2023-05-01 05:26:31 +02:00
libretroadmin
c087b044c2
* Add TODO/FIXME localize notes
...
* More snprintf optimizations
2023-04-30 19:30:07 +02:00
libretroadmin
254773339b
Silence some unused variable warnings
2023-04-30 17:43:46 +02:00
libretroadmin
dfd0d6b14a
Turn another function static
2023-04-29 14:38:31 +02:00
libretroadmin
138784a32d
Turn another function static
2023-04-29 14:38:31 +02:00
libretroadmin
1a91aabd08
(menu_driver) Turn more functions static
2023-04-29 14:38:31 +02:00
libretroadmin
661f315aa8
(Menu) Turn some functions static
2023-04-29 14:38:31 +02:00
libretroadmin
bce958780d
Remove unused ui_companion_notify_list_loaded - and menu_list member
...
from menu_displaylist_info
2023-04-26 20:21:07 +02:00
libretroadmin
07eddd7229
Cleanups
2023-04-23 16:09:24 +02:00
Joe Osborn
2125770236
Replay UI support ( #15048 )
...
* Add bsv replay controls (not yet fully implemented), remove toggle
see notes in task_movie.c, make sure command.c calls the right
functions, check retroarch.c and other todos.
bsv files are also now stored with states, not saves.
* Compilation fixes
* Added command impls for play and record replay, and some code in load state to do the right thing there
* Guard some parts of the new code with HAVE_BSV_MOVIE
* wip, menu fixes
* more menu fixes, osd for movie errors, halt recording properly
* Menu and label fixes
* move bsvs to own file suffix series under savestates, fix recording and playback command validity checks
* Fix replay autoincrement
* fix endif placement, whoops
---------
Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-03 00:52:22 +01:00
libretroadmin
51d238875e
Get rid of obsolete HAVE_VIDEO_LAYOUT - obsolete spec, was only
...
ever implemented for OpenGL2 driver, lots of code debt, best to
instead just keep improving the overlay system instead which is
already available for most video drivers
2023-02-23 21:03:41 +01:00
libretroadmin
a4dda41739
(PSL1GHT) Buildfixes/warning fixes
2023-02-20 15:33:54 +01:00
sonninnos
b1b7fb56a9
(Ozone) Refresh thumbnail on close content hotkey ( #14924 )
2023-01-29 14:52:53 +01:00
libretroadmin
378e90e745
retroarch.h functions should be namespaced 'retroarch_' instead
...
of 'rarch_'
2023-01-22 16:58:22 +01:00
sonninnos
f8e94861b2
Core option setting type checks ( #14852 )
2023-01-15 16:06:56 +01:00