1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-03 01:21:10 +00:00

25 Commits

Author SHA1 Message Date
LibretroAdmin
18c85b5ccd Cleanups -
* Less string copies
* Some general cleanups
* Add extra param to runloop_message_queue_push so we can pass size_t
of the message
* Consistent conventions for local variable usage for certain things
2024-12-27 15:13:45 +01:00
libretroadmin
7f87a46744 More downsizing of variables 2024-09-09 16:18:32 +02:00
sonninnos
9dfa1df39e
Remove some unneeded logging () 2024-02-26 20:59:01 -08:00
zoltanvb
d88d0d5219
Option for disabling initial disc change ()
Loading the last used disc for multi-disc content was automatic.
However, in some cases it is not wanted, as described in 
Option is added for controlling the function. Disabling the
option will also implicitly disable index saving.
2024-02-04 11:58:16 -08:00
libretroadmin
c699e47534 Small style nits and plain sense cleanups 2023-08-16 01:14:50 +02:00
libretroadmin
bdc398d79f - Safer code - use strlcpy where possible instead of manual character
assignments for strings longer than 2 chars
- Use strlcpy concatenation instead of strlcat
- Make sure that what remains of iteration of the '_len' variable
for manual char assignment
is done in a safer way so mistakes are less possible
2023-06-20 16:33:55 +02:00
libretroadmin
8a3686df58 Revert "Header cleanups - don't include retroarch.h everywhere"
This reverts commit 0e3b478f8c00b015aec9a78d13e73277500e5449.
2023-01-08 09:05:46 +01:00
libretroadmin
0e3b478f8c Header cleanups - don't include retroarch.h everywhere 2023-01-08 08:56:57 +01:00
LibretroAdmin
60030e373e
Reduce snprintfs + assorted cleanups ()
* Reduce snprintf and/or use them only for concatenating the
string formatting of numbers/values
* Reduce snprintfs
* Use snprintf for concatenation at parts
* * We don't need to NULL-terminate strings that get passed to strlcpy/strlcat
and friends
* Use snprintf for concatenation in certain instances
* Do away with some string intermediary copies where we can avoid it
* Fix warning unused variable
* * Reduce snprintf calls
* Rewrite snprintf calls into strlcpy where possible
* Use snprintf for concatenation when necessary
* Do away with some string intermediary copies in task_translation.c
* run_translation_service - make switch slightly smaller
2022-09-01 04:17:07 +02:00
LibretroAdmin
5b56ff145f Refine documentation 2022-08-01 15:46:08 +02:00
Jamiras
e3b59fd36d
upgrade to rcheevos 10.4 () 2022-05-04 04:46:47 +02:00
Tony
8cc423e036
Logging cleanups () 2021-12-17 18:04:24 +01:00
Jamiras
99a1ffdb89
validate hashes for secondary discs in multi-disc games () 2021-11-25 07:15:37 +01:00
twinaphex
619398bbe4 Backport parts of 73c0760236 2021-11-09 23:12:57 +01:00
Michael Burgardt
d8db234df0
Concatinate some previously truncated strings for easier translation () 2021-09-16 19:00:14 +02:00
jdgleaver
230c1cdde2 Add option to show/hide 'last used disc restored' notifications 2020-07-17 12:52:28 +01:00
jdgleaver
0c18da5d49 (Disk Control Interface) Enable 'Load New Disc' while disk tray is open 2020-06-17 11:43:54 +01:00
twinaphex
941c3b9678 Cleanups 2020-05-29 12:46:18 +02:00
twinaphex
2518ad47d9 Reduce size of image_label 2020-05-23 03:11:35 +02:00
twinaphex
be39981ba3 (MSVC 2003 Debug) Fix build 2020-03-05 18:29:48 +01:00
jdgleaver
35977efe43 Prevent improper display of (old style) OSD text when widgets are enabled 2020-03-05 12:28:38 +00:00
twinaphex
3b207990ce Cleanups 2020-02-23 06:34:41 +01:00
twinaphex
880391d0c5 (libnx) Try to silence warnings 2020-02-10 12:36:11 +01:00
jdgleaver
9de9a79925 (Disk Control) Add disk labels to 'disk inserted' notifications 2020-02-04 15:45:00 +00:00
jdgleaver
00397a33f0 (Disk Control Interface) Add support for saving/restoring last used disk in playlists + code overhaul 2020-01-22 17:09:12 +00:00