刘皓
b3376716f2
Add declaration for `libnx_apply_overclock()` in menu/menu_driver.c ( #17620 )
2025-02-23 04:25:49 -08:00
sonninnos
b5756a1b20
Prevent crash when Main Menu is empty ( #17604 )
2025-02-20 14:09:47 +02:00
sonninnos
73abaddd9c
GLUI: Add save state thumbnails ( #17592 )
2025-02-18 17:11:46 +01:00
LibretroAdmin
8a22b87101
Revert rich_label changes
2025-02-12 17:46:32 +01:00
LibretroAdmin
135a228ac1
menu_entry - rich_label gets merged into label - make struct smaller
2025-02-12 15:17:58 +01:00
LibretroAdmin
c864c50c9f
(Menu) Cleanups
2025-02-12 14:52:17 +01:00
LibretroAdmin
ebd9abb5f6
Get rid of sublabel_cache
2025-02-12 14:25:12 +01:00
LibretroAdmin
064372d787
Get rid of action_title_cache
2025-02-11 21:21:14 +01:00
LibretroAdmin
653c6ed1e6
Cleanup
2025-02-11 11:58:57 +01:00
LibretroAdmin
ddd7ff2d33
get rid of some settings_t pointer passing
2025-02-10 15:47:18 +01:00
LibretroAdmin
d34cfcdfef
iSilence warnings
2025-02-09 22:26:36 +01:00
LibretroAdmin
afd73998e6
Silence warnings
2025-02-09 20:33:04 +01:00
sonninnos
94d5223880
Random selector Explore View fix ( #17518 )
2025-02-04 20:29:20 +01:00
sonninnos
391ba55b81
Add playlist random selector ( #17441 )
...
* Add playlist random selector
* Buildfix attempt
* ORBIS buildfix attempt
2025-01-20 18:25:41 +01:00
LibretroAdmin
cde82f532c
* Naming convention changes for variable names/function arguments
...
* Try to fit lines within ANSI 80-char limit
2025-01-19 20:19:14 +01:00
LibretroAdmin
31b7812720
Function argument name standardization
2025-01-17 04:16:12 +01:00
LibretroAdmin
a5c9d9520f
* Use fill_pathname_basedir where possible
...
* Move static variable to only function where it's used
* Change signature of file_path.c function
2025-01-15 22:17:59 +01:00
LibretroAdmin
47d888364d
Standardize len variables - argument should always be named 'len',
...
while local len variables should have '_' prefix
2025-01-13 21:53:49 +01:00
LibretroAdmin
e84ea6082c
Fix 'Remove Preset'
2025-01-12 19:05:44 +01:00
LibretroAdmin
0d4eeb647a
Warning cleanups/unused variables removal
2024-12-27 15:39:32 +01:00
libretroadmin
8074a833aa
Cleanups/less string copies and indirection
2024-12-24 21:07:31 +01:00
libretroadmin
67b0147a59
Cleanups - menu_entries_get_title returns results of strlcpy
2024-12-24 05:35:36 +01:00
libretroadmin
de8f979cb7
less string copies
2024-12-24 05:10:09 +01:00
libretroadmin
cdef3ff9f7
strftime - write directly into string instead of using intermediary copies
2024-12-23 07:10:03 +01:00
libretroadmin
e26a38c8d4
Buildfix
2024-12-22 22:08:22 +01:00
libretroadmin
b3e5c578b3
Faster shader capabilities queries
2024-12-22 21:58:51 +01:00
libretroadmin
c09fd38c1d
* Use fill_pathname more
...
* Get rid of strlen in some locations
2024-12-22 20:43:54 +01:00
libretroadmin
ce88a46a05
Menu simplifications/cleanups
2024-12-22 05:21:25 +01:00
libretroadmin
e01ef9e1de
Cleanup unused menu_is_nonrunning_quickmenu
2024-12-22 05:07:30 +01:00
libretroadmin
6b8466f87a
menu_driver_set_thumbnail_system/menu_driver_get_thumbnail_system
...
just small wrapper functions, remove
2024-12-22 04:53:04 +01:00
Antonio Orefice
b0db968454
Ozone: Add a touch-sensitive "resume" button in the lower-right corner. ( #17192 )
...
This enhancement is particularly useful when using RetroArch with a touchscreen, as it allows you to resume content without needing to navigate back to the quick menu, thereby preserving the current menu screen.
2024-11-20 10:56:35 -08:00
sonninnos
522efc333c
Menu: Trigger scroll home+end on keyup ( #17171 )
2024-11-07 07:41:39 -08:00
neil4
f85c9693a0
Combine menu entries for RunAhead and Preemptive Frames ( #17093 )
2024-10-14 04:21:09 -07:00
Viačasłaŭ
3019b926c2
Fix typos ( #17068 )
2024-10-01 17:36:33 -07:00
libretroadmin
364d977027
(menU_driver) small cleanup
2024-09-11 01:13:50 +02:00
libretroadmin
8db629ebae
(Menu) Cleanups pt. 2
2024-09-09 22:18:23 +02:00
libretroadmin
e675ea7e29
Variable cleanups - add TODO/FIXME notes for spurious variable sizes
2024-09-09 15:22:08 +02:00
libretroadmin
b8391e233f
* PATH_MAX_LENGTH redefined from 4096 to 2048
...
* Massive reduction in heap space allocation, going from settings struct
264kb to 119Kb
* Use NAME_MAX_LENGTH for base paths/names, etc
* Use DIR_MAX_LENGTH for directory sizes
2024-09-09 05:47:32 +02:00
libretroadmin
91516cdd49
(Menu input) Use flags
2024-09-05 10:58:29 +02:00
sonninnos
391b46c3be
Automatic Frame Delay refactor ( #16929 )
2024-08-27 01:53:10 -07:00
Eric Warmenhoven
800be5530f
iOS: Better handling of physical mice/magic keyboard trackpad ( #16911 )
2024-08-22 12:11:16 -07:00
libretroadmin
afc9cb509a
CXX_BUILDFIX buildfixes
2024-07-20 19:42:45 +02:00
libretroadmin
58e2e581ec
Silence warnings
2024-06-26 15:19:00 +02:00
libretroadmin
827e631903
(libretro-common) Some functions now return len
2024-06-15 12:47:51 +02:00
libretroadmin
c022e4e624
Cut down on snprintf
2024-06-15 00:56:51 +02:00
zoltanvb
198656eb20
Add support for multimedia keys ( #16502 )
...
Extended RETROK_ values with 18 new items, commonly found on
"multimedia" keyboards.
Mapping added for SDL, X11, Wayland, dinput, winraw keymaps.
Keyboard tester function of Remote Retropad extended to cover new keys.
One fix in Android mapping for #12986
2024-05-11 17:06:54 -07:00
sonninnos
5e79dd4569
Bring back audio toggling on menu toggle ( #16467 )
2024-04-25 10:10:39 -07:00
Barry Rowe
26a824caff
Revert of AI service changes ( #16428 )
2024-04-12 16:17:24 -07:00
sonninnos
3cb79e38f0
Don't disable FF when toggling menu ( #16265 )
2024-02-20 13:47:00 -08:00
sonninnos
3365f9b86e
Fix input bind hold when every axis does not rest on 0 ( #16256 )
2024-02-19 11:12:54 -08:00