zoltanvb
23764bb199
menu_st missing for WIFI option fails to build #15281
...
Trivial fix, problem introduced in 91ea92e50b (diff-04dc75103003c9b5168602965b9499bb5806ce3e8d0e5739aa0e2c71f409b335)
2023-05-20 17:58:18 +02:00
sonninnos
bd3bfbb99b
Add shortcut to core info in content info
2023-05-20 17:58:08 +02:00
github-actions
d2e4dc0c22
Fetch translations from Crowdin
2023-05-20 00:10:57 +00:00
zoltanvb
afa0e389aa
Display server for KMS
...
Add a display server construct for DRM/KMS mode. The main use is
to provide resolution changes (including automatic refresh rate
switch) for this configuration, i.e. DRM context and OpenGL drivers.
To enable refresh rate restoration after automatic refresh rate
change, av_info->timing_fps is also adjusted on core close / RA exit.
No effects expected on CRTSwitchRes.
2023-05-19 17:34:25 +02:00
sonninnos
6be1ef5d85
Correct rotated core provided aspect ratio
2023-05-19 17:17:30 +02:00
sonninnos
cc1bc25349
Minor adjustments to refresh rate switch behavior
2023-05-19 04:20:16 +02:00
github-actions
c949259a11
Fetch translations from Crowdin
2023-05-19 00:11:25 +00:00
Eric Warmenhoven
34d322ffa9
Small tweaks/fixes to update-cores.sh for iOS/tvOS
2023-05-18 03:16:37 +02:00
github-actions
e37caf9053
Fetch translations from Crowdin
2023-05-17 00:12:01 +00:00
Eric Warmenhoven
13fc4cbda3
Don't unnecessarily sign iOS/tvOS cores/libraries
2023-05-16 18:56:25 +02:00
Eric Warmenhoven
9d697fedcb
Script to download/update cores in iOS/modules and tvOS/modules
2023-05-16 12:56:07 +02:00
Rob Loach
b6dc368827
Fix linuxraw_joypad snprintf warning
2023-05-16 12:55:52 +02:00
Rob Loach
39fa89b214
Fix parport_joypad snprintf warning
2023-05-16 12:55:40 +02:00
github-actions
b206598c10
Fetch translations from Crowdin
2023-05-16 00:11:26 +00:00
Jamiras
8b439e997b
second attempt to fix PS4 build
2023-05-15 03:41:45 +02:00
Jamiras
fce7ae8b4d
attempt to fix PS4 build
2023-05-15 03:41:45 +02:00
Jamiras
e2e193290c
show tracker
2023-05-15 03:41:45 +02:00
Jamiras
c6d214be0d
add config setting
2023-05-15 03:41:45 +02:00
github-actions
14a3e0e851
Fetch translations from Crowdin
2023-05-15 00:11:26 +00:00
github-actions
a72e25a314
Fetch translations from Crowdin
2023-05-14 00:12:01 +00:00
sonninnos
9eb083a864
Stop always reseting to defaults on remap delete
2023-05-12 15:27:10 +02:00
Eric Warmenhoven
3b4acbe5fa
Also handle tap events on tvOS
2023-05-12 04:42:20 +02:00
Eric Warmenhoven
7242600a0b
Back up retroarch.cfg to NSUserDefaults on tvOS.
2023-05-12 04:42:20 +02:00
Eric Warmenhoven
d5a86e2363
iOS needs to targets 13 due to some keyboard emulation, but tvOS does not
2023-05-12 04:42:20 +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
b2582f443f
Move macro outside of HAVE_OVERLAY
2023-05-11 17:03:02 +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
56a44b2bd1
Fix ifdef for D3D12 hardware context
2023-05-11 03:35:12 +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
Eric Warmenhoven
22dc543364
tvOS has its own beautiful screensavers and I would like them
2023-05-10 22:00:23 +02:00
libretroadmin
9f5a73ef07
Silence warnings and fix Android build
2023-05-10 21:59:50 +02:00
libretroadmin
91ea92e50b
Get rid of some menu_driver_ctl commands
2023-05-10 21:30:09 +02:00
libretroadmin
6556dc8950
(XMB) Remove unnecessary menu_driver_ident check
2023-05-10 19:20:45 +02:00
libretroadmin
6952f0709a
Some simplifications
2023-05-10 19:13:46 +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
sonninnos
38895600dc
(XMB) Fix menu wallpaper option + override
2023-05-10 18:05:42 +02:00
Eric Warmenhoven
dda7776252
tvOS Siri remote handling
...
It's not really usable as a game controller, but it is good for going
through the menu as a simple LRUD.
This also adds better support for names of mFI controllers, as well as
being able to do the expected tvOS behavior of "backing out" of the app.
2023-05-10 08:41:09 +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