RetroArch/gfx/drivers_context
LibretroAdmin 94ed25be56
Cleanups (#14296)
- (database_info.c) Optimizations for database_info_build_query_enum() -
 it would call strlcat at the very least 3 times, normally more than that.
 Every strlcat call is at least one or more strlens. Reduce it all down
 to manual string concatenation and one strlcat
- (database_info_build_query_enum) - always NULL terminates string so no need for NULL termination done by callee
* (menu_displaylist) use smaller strings for basename paths, remove one unnecessary string
in menu_displaylist.c function
- (disk_index_file.c) Avoid another trivial string concatenation by doing
it manually after fill_pathname_join_special
- (fill_pathname_join_delim) since fill_pathname_join_delim() now has a return value, use it for 
string concatenation
- (platform_unix) - Use BUFSIZ as size for a buffer in system_property_get
- some other trivial strlcat usage replacements
2022-08-06 18:04:40 +02:00
..
android_ctx.c Cleanups (#14296) 2022-08-06 18:04:40 +02:00
android_vk_ctx.c Cleanups (#14296) 2022-08-06 18:04:40 +02:00
cocoa_gl_ctx.m Revert "Mac buildfixes (#11933)" (#11934) 2021-01-24 03:56:05 +01:00
cocoa_vk_ctx.m macOS with vulkan build fix 2021-04-26 20:31:15 +01:00
drm_ctx.c Create gl_flush 2021-09-26 22:28:28 +02:00
drm_go2_ctx.c Get rid of menu_driver_is_alive - we don't want these one/two-line getters/setters anymore 2021-09-28 10:27:00 +02:00
emscriptenegl_ctx.c Rename gl_common.h to gl2_common.h and remove some file dependencies 2021-09-26 17:42:12 +02:00
gfx_null_ctx.c Cleanups 2020-07-09 10:36:49 +02:00
khr_display_ctx.c retro_sleep buildfix 2020-12-21 21:11:59 +01:00
mali_fbdev_ctx.c mali_fbdev: fix segfault switching video threaded from quickmenu 2022-03-15 05:45:38 +01:00
opendingux_fbdev_ctx.c Rename gl_common.h to gl2_common.h and remove some file dependencies 2021-09-26 17:42:12 +02:00
orbis_ctx.c Cleanups pt.2 2022-05-22 20:29:53 +02:00
osmesa_ctx.c Rename gl_common.h to gl2_common.h and remove some file dependencies 2021-09-26 17:42:12 +02:00
ps3_ctx.c PSL1GHT/PS3 build fix (#13446) 2022-01-06 08:21:14 +01:00
psl1ght_ctx.c (PSL1GHT) Silence some warnings 2022-07-03 14:20:10 +02:00
qnx_ctx.c Rename gl_common.h to gl2_common.h and remove some file dependencies 2021-09-26 17:42:12 +02:00
sdl_gl_ctx.c sdl_gl_ctx: fix focus detection on webOS (#13526) 2022-01-24 16:31:35 +01:00
switch_ctx.c Fix building with libnx 4.0.0 2021-06-28 17:38:17 +02:00
uwp_egl_ctx.c add display res matching 2022-05-23 22:55:41 +01:00
vc_egl_ctx.c Rename gl_common.h to gl2_common.h and remove some file dependencies 2021-09-26 17:42:12 +02:00
vita_ctx.c Vita: VitaGL api changes (#11981) 2021-02-04 11:46:00 +01:00
vivante_fbdev_ctx.c Rename gl_common.h to gl2_common.h and remove some file dependencies 2021-09-26 17:42:12 +02:00
w_vk_ctx.c Simplify vulkan set_resize function callbacks 2022-05-31 20:18:27 +02:00
wayland_ctx.c (Wayland) Fixups 2022-05-31 20:04:33 +02:00
wayland_vk_ctx.c Simplify vulkan set_resize function callbacks 2022-05-31 20:18:27 +02:00
wgl_ctx.c Logging cleanups (#13320) 2021-12-04 14:21:12 +01:00
x_ctx.c Add glsym/rglgen.h for x_ctx.c 2021-09-26 22:16:18 +02:00
x_vk_ctx.c Rename gl_common.h to gl2_common.h and remove some file dependencies 2021-09-26 17:42:12 +02:00
xegl_ctx.c Rename gl_common.h to gl2_common.h and remove some file dependencies 2021-09-26 17:42:12 +02:00