RetroArch/libretro-common
LibretroAdmin fc48ecaa1d Local 'len' variables need to prefixed with '_', inner-loop len
variables need to be prefixed with '__'
2025-01-07 02:57:24 +01:00
..
audio Change config_get_path/array return back to bool (#17333) 2025-01-02 14:35:33 +01:00
cdrom String handling cleanups 2024-12-25 19:06:04 +01:00
compat Remove asserts 2023-01-09 00:51:05 +01:00
crt Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
dynamic Cleanups/less string copies and indirection 2024-12-24 21:07:31 +01:00
encodings 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
features 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
file Restore archive_file_7z.c 2025-01-07 02:22:57 +01:00
formats Local 'len' variables need to prefixed with '_', inner-loop len 2025-01-07 02:57:24 +01:00
gfx (libretro-common) Resync 2023-05-30 19:34:55 +02:00
glsym (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
hash (libretro-common) Rename rhash to lrc_hash 2020-12-28 19:55:54 +01:00
include Change config_get_path/array return back to bool (#17333) 2025-01-02 14:35:33 +01:00
libco iC comments 2024-07-20 17:54:44 +02:00
lists string_list_join_concat_special - specialized version without bounds 2024-12-24 06:14:26 +01:00
media Use returntype for fill_pathname_basedir 2024-12-28 23:11:24 +01:00
memmap (memmap.c) Silence implicit declaration of function 'free' for PSL1GHT 2023-02-20 14:29:40 +01:00
net Fix memleak (#17307) 2024-12-29 18:57:45 +01:00
playlists Minor improvements for db / playlist handling (#16060) 2023-12-30 11:45:36 -08:00
queues apple: fix reinit of gcd task queue (#17262) 2024-12-16 06:00:45 -08:00
rthreads Sync libretro-common 2024-12-18 23:00:50 +01:00
samples Fix typos (#17068) 2024-10-01 17:36:33 -07:00
streams Revert "static variables are initialized to '0' automatically as per C rules" 2024-11-19 03:03:13 +01:00
string Conventionalize len variables: 2024-12-27 05:51:33 +01:00
test iC comments 2024-07-20 17:54:44 +02:00
time Remove asserts 2023-01-09 00:51:05 +01:00
utils Replace do { while (true) ; with for (;;) 2024-04-05 20:03:05 +02:00
vfs Conventionalize len variables: 2024-12-27 05:51:33 +01:00
vulkan [Vulkan] Define and implement v2 of context negotiation interface (#14890) 2023-02-04 16:51:50 +01:00
.gitignore Updates 2020-12-13 21:21:21 +01:00
Makefile.test Moving more stuff from samples to tests 2021-05-10 19:45:50 +02:00