LibretroAdmin 61e24132bf (task_save.c) Simplification in control flow
(snprintf) Try to reduce or simplify snprintf calls, only tend to
use it for processing integers/numbers and avoid it for regular
string concatenation (NOTE: we try to be a bit safer about it to
address earlier cited criticism, although we don't consider concatenating
3 or 4 characters at the end to be insecure)
(msg_hash_to_str) Try to avoid duplicate calls to the same localized
string when we can just cache the results once instead locally
2022-08-27 07:55:02 +02:00
..
2022-08-08 22:41:32 +02:00
2022-08-26 11:49:27 +02:00
2022-08-05 17:40:06 +02:00
2022-08-23 19:23:53 +02:00
2022-07-06 20:05:43 +02:00
2020-10-05 21:54:07 +02:00
2020-08-15 00:35:15 +02:00
2020-08-25 20:39:06 +02:00
2022-07-11 14:00:35 +02:00