LibretroAdmin
839b7654db
More standardization of local len variables
2025-01-07 03:20:39 +01:00
LibretroAdmin
9d15900979
Small cleanups: * Prevent some unneccessary strlcpy calls and intermediary string copies * Name local length variables for strings '_len', parameter/argument 'len'
2024-12-28 22:22:07 +01:00
Viačasłaŭ
b124fe6e65
Fix build with GCC 14 ( #17282 )
2024-12-24 23:51:48 -08:00
libretroadmin
de8f979cb7
less string copies
2024-12-24 05:10:09 +01:00
libretroadmin
442b9bc3da
Syntax style nits
2024-12-23 05:44:40 +01:00
Eric Warmenhoven
d642e38423
apple: extract bundled assets.zip based on bundle version ( #17231 )
2024-12-03 23:37:01 -08:00
libretroadmin
2809421d4e
Revert "static variables are initialized to '0' automatically as per C rules"
...
This reverts commit 2a0984b6e4 .
2024-11-19 03:03:13 +01:00
libretroadmin
82e4504968
Revert "(pt. 2) static variables are initialized to '0' automatically as per C rules"
...
This reverts commit 47410df7a3 .
2024-11-19 03:03:05 +01:00
libretroadmin
47410df7a3
(pt. 2) static variables are initialized to '0' automatically as per C rules
2024-11-18 15:59:46 +01:00
libretroadmin
2a0984b6e4
static variables are initialized to '0' automatically as per C rules
2024-11-18 15:33:34 +01:00
Eric Warmenhoven
7ae8597765
macOS: Create App Store build ( #17074 )
2024-10-04 12:46:51 -07:00
Viačasłaŭ
3019b926c2
Fix typos ( #17068 )
2024-10-01 17:36:33 -07:00
libretroadmin
73e5d955c3
Downgrade some more variables to NAME_MAX_LENGTH
2024-09-09 16:01:29 +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
Francisco Javier Trujillo Mata
fe4a15b15c
Fix pthread support ( #16970 )
...
* enabled pthread usage
* unload modules before loading back
2024-09-06 15:45:15 -07:00
kwyxz
d4920e76a9
restore Haiku build ( #16872 )
2024-08-11 13:12:19 -07:00
mahoneyt944
ef17034121
Fix sigterm ( #16854 )
2024-08-08 05:38:24 -07:00
Viačasłaŭ
204d9ff1b2
(Win32) Fix path to executable ( #16852 )
2024-08-06 17:02:36 -07:00
libretroadmin
3fc7024df9
(cheevos) Cleanups - only use snprintf for formatting
2024-06-16 22:20:15 +02:00
libretroadmin
c4685e8c31
Cut down on strlcats
2024-06-16 19:15:07 +02:00
Thiago Seus
17fc346a36
Accessibility: change the is_screen_reader_enabled function name to lower case and match with the function name in Java code
2024-06-08 12:01:53 -05:00
Thiago Seus
216f55c7b2
Accessibility: Refactor Android is_narrator_running to align with the rest of RetroArch accessibility API
2024-06-08 12:01:53 -05:00
Thiago Seus
b4ed4b58d6
Accessibility: add first Android version
2024-06-02 14:49:19 -05:00
Eric Warmenhoven
a537af010e
iOS/tvOS: better way of reporting available memory
2024-05-27 08:16:42 +02:00
Eric Warmenhoven
79b71179a5
macOS/iOS/tvOS: enable text-to-speech using AVSpeechSynthesizer.
...
Fixes #16532 .
2024-05-22 13:29:48 -07:00