libretroadmin
|
29f011acef
|
* Inline find_last_slash
* explore_load_icons - fill_pathname_slash is equivalent to usage
of strlen here, no need to call strlen
|
2024-09-10 16:02:06 +02:00 |
|
libretroadmin
|
8db629ebae
|
(Menu) Cleanups pt. 2
|
2024-09-09 22:18:23 +02:00 |
|
Joe Osborn
|
679083a08b
|
Graceful fallback to readonly mode if RDB can't be opened readwrite (#15569)
* Graceful fallback to readonly mode if RDB can't be opened readwrite
* let RA open db readonly
|
2023-08-10 11:04:47 -07:00 |
|
sonninnos
|
27d5152247
|
Explore menu usability improvements
|
2023-07-18 15:59:32 +02:00 |
|
libretroadmin
|
d514f1ded3
|
Avoid false positives with code analysis tools - rename
variables called 'system'
|
2023-07-05 03:29:49 +02:00 |
|
Eric Warmenhoven
|
280dcb32f9
|
Fix several warnings
|
2023-07-02 05:46:45 +02:00 |
|
libretroadmin
|
2cebb07201
|
(menu_explore) General cleanups:
* Use strlcpy instead of strlcat
* Some style nits
|
2023-06-20 14:42:31 +02:00 |
|
libretroadmin
|
fa80ec099f
|
Rewrite some strlcat calls to strlcpy
|
2023-06-20 13:21:26 +02:00 |
|
libretroadmin
|
246cceeb27
|
Silence more signedness warnings
|
2023-06-14 19:51:31 +02:00 |
|
Grisly Glee
|
4202f8650d
|
Fix trivial signedness warnings (#15377)
* Fix trivial signedness warnings
* Followup on trivial signedness warnings
|
2023-06-14 04:43:11 +02:00 |
|
libretroadmin
|
c0ba738f0d
|
Header uniformity - enums on top, then structs, then public declarations
|
2023-05-30 21:03:36 +02:00 |
|
libretroadmin
|
976d7b8067
|
Get rid of some useless wrapper functions
|
2023-05-28 17:56:28 +02:00 |
|
libretroadmin
|
3517091a1e
|
(menu_explore.c) Cleanups
|
2023-05-24 01:52:04 +02:00 |
|
libretroadmin
|
c7a3581ee5
|
Bugfix for earlier commit
|
2023-05-24 01:03:08 +02:00 |
|
libretroadmin
|
4cc6ba8482
|
(Menu Explore) Small cleanups
|
2023-05-24 00:47:02 +02:00 |
|
libretroadmin
|
07cb5f4e98
|
Remove MENU_ENTRIES_CTL_SET_REFRESH
|
2023-05-11 01:58:30 +02:00 |
|
libretroadmin
|
6952f0709a
|
Some simplifications
|
2023-05-10 19:13:46 +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
|
9861073363
|
Get rid of menu_entries_get_menu_stack_ptr
|
2023-05-10 04:48:27 +02:00 |
|
libretroadmin
|
099f33e0b3
|
(Menu) Simplifications
|
2023-05-06 22:10:55 +02:00 |
|
libretroadmin
|
8a3686df58
|
Revert "Header cleanups - don't include retroarch.h everywhere"
This reverts commit 0e3b478f8c.
|
2023-01-08 09:05:46 +01:00 |
|
libretroadmin
|
0e3b478f8c
|
Header cleanups - don't include retroarch.h everywhere
|
2023-01-08 08:56:57 +01:00 |
|
reallibretroadmin
|
adee2dbe72
|
* Use strlcat instead of strcat
* Silence implicit conversion warnings detected in Xcode
|
2023-01-07 07:12:25 +01:00 |
|
sonninnos
|
d03b77d4cf
|
Menu icon improvements (#14679)
|
2022-11-27 19:19:55 +01:00 |
|
LibretroAdmin
|
320886f9fa
|
Fix some function declarations
|
2022-10-17 19:56:32 +02:00 |
|