Commit Graph

12 Commits

Author SHA1 Message Date
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
libretroadmin
c722653c97 (steam) avoid strlcat usage 2024-06-16 18:20:04 +02:00
LibretroAdmin
dfe712da95 (Steam) Buildfix 2022-08-26 12:58:06 +02:00
LibretroAdmin
842121ca16 (Steam) restore to original code 2022-08-26 12:38:53 +02:00
LibretroAdmin
62fffe726c Steam buildfix #3 2022-08-26 09:57:34 +02:00
LibretroAdmin
112a350789 (Steam) Buildfix #2 2022-08-26 09:39:40 +02:00
LibretroAdmin
1b07e2bdce (Steam) Buildfix 2022-08-26 09:37:22 +02:00
LibretroAdmin
88187e7ef2 * Start getting rid of strncpy
* steam.c - cleanups:
  * Use string_to_lower from libretro-common/stdstring.c instead of
    its own version
  * Some stylistic changes
  * Rewrite strncpy calls into strlcpy/strlcat/manual assignment
  * Make it C89 compliant
  * Some unused variables
2022-08-25 06:51:39 +02:00
Mats
4a1a1e2fa7
(steam) Introduce Steam Rich Presence (#13798) 2022-04-02 08:07:40 +01:00
Mats
910a652b3c (steam) Replace OSK with the Steam one on the deck 2022-03-16 19:00:16 +01:00
Mats
d675276e28
(steam) Thread safety and style fixes (#13739) 2022-03-13 18:14:20 +01:00
Mats
249241d7cd
(steam) Initial integration with Steam API w/ mist (#13710) 2022-03-09 15:05:07 +01:00