RetroArch/libretro-common
2025-01-17 04:16:12 +01:00
..
audio Change config_get_path/array return back to bool (#17333) 2025-01-02 14:35:33 +01:00
cdrom Standardize local len variable naming conventions 2025-01-15 15:00:12 +01:00
compat Standardize local len variable naming conventions 2025-01-15 15:00:12 +01:00
crt
dynamic Cleanups/less string copies and indirection 2024-12-24 21:07:31 +01:00
encodings (glslang_utill.c) One less string copy per iteration 2025-01-17 03:01:59 +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 Function argument name standardization 2025-01-17 04:16:12 +01:00
formats Function argument name standardization 2025-01-17 04:16:12 +01:00
gfx (libretro-common) Resync 2023-05-30 19:34:55 +02:00
glsym
hash Standardize len variables - argument should always be named 'len', 2025-01-13 21:53:49 +01:00
include * Use fill_pathname_basedir where possible 2025-01-15 22:17:59 +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 strldup where possible, avoid strcpy_literal 2025-01-15 16:36:49 +01:00
memmap Function argument name standardization 2025-01-17 04:16:12 +01:00
net Function argument name standardization 2025-01-17 04:16:12 +01:00
playlists Minor improvements for db / playlist handling (#16060) 2023-12-30 11:45:36 -08:00
queues Function argument name standardization 2025-01-17 04:16:12 +01:00
rthreads Sync libretro-common 2024-12-18 23:00:50 +01:00
samples Standardize len variables - argument should always be named 'len', 2025-01-13 21:53:49 +01:00
streams Function argument name standardization 2025-01-17 04:16:12 +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 Standardize local len variable naming conventions 2025-01-15 15:00:12 +01:00
vulkan [Vulkan] Define and implement v2 of context negotiation interface (#14890) 2023-02-04 16:51:50 +01:00
.gitignore
Makefile.test