libretroadmin
|
9b6ddfb727
|
Turn iteration variables from unsigned to size_t or int
|
2025-08-06 08:04:11 +02:00 |
libretroadmin
|
661e5b55cb
|
Some more malloc/realloc casts for C++
|
2025-08-06 00:31:42 +02:00 |
libretroadmin
|
151d49311d
|
Some CXX_BUILD buildfixes
|
2025-08-06 00:12:21 +02:00 |
libretroadmin
|
8181583298
|
Try to reserve 'error' keyword for goto labels, use 'err' for
variables and arguments instead
|
2025-08-05 21:02:49 +02:00 |
sonninnos
|
44bd3b21d5
|
Error widget category and size corrections
|
2025-08-05 03:22:11 +03:00 |
libretroadmin
|
546388a5bd
|
Reduce some gotos in tasks
|
2025-08-04 23:34:53 +02:00 |
libretroadmin
|
274139dff1
|
(tasks) Get rid of some gotos
|
2025-08-04 23:34:53 +02:00 |
libretroadmin
|
7dabae94c5
|
Buildfix
|
2025-08-04 19:40:24 +02:00 |
libretroadmin
|
03dbcc53e7
|
Get rid of superfluous macros around memcmp and strcpy
|
2025-08-04 19:30:03 +02:00 |
Eric Warmenhoven
|
1d17a50a9d
|
ios: fix crash when scanning files
|
2025-07-28 21:52:51 -04:00 |
libretroadmin
|
312550f499
|
(task_content.c) Cut down on some gotos
|
2025-07-22 17:51:37 +02:00 |
libretroadmin
|
d9dba4e376
|
Revert "(task_content) Silence warning"
This reverts commit c1862dccc8 .
|
2025-07-22 17:29:13 +02:00 |
libretroadmin
|
8dfc31461e
|
Revert "* task_content.c"
This reverts commit 9b1d67c03a .
|
2025-07-22 17:27:04 +02:00 |
libretroadmin
|
5ba1e7077e
|
Revert "content_init - don't need the switch when error_enum is not null"
This reverts commit e18b01302d .
|
2025-07-22 17:26:54 +02:00 |
libretroadmin
|
4c3a88a2f8
|
Revert "No longer shows unnecessary content info runloop message"
This reverts commit a6b7cf459e .
|
2025-07-22 17:26:25 +02:00 |
libretroadmin
|
051c5cff77
|
Revert "(task_content.c) Get rid of some more unnecessary gotos"
This reverts commit 903501f183 .
|
2025-07-22 17:26:15 +02:00 |
libretroadmin
|
13c6eb53c9
|
Some more static code analysis fixes/cleanups
|
2025-07-22 17:17:20 +02:00 |
libretroadmin
|
c1862dccc8
|
(task_content) Silence warning
|
2025-07-22 16:43:45 +02:00 |
libretroadmin
|
903501f183
|
(task_content.c) Get rid of some more unnecessary gotos
|
2025-07-22 16:42:23 +02:00 |
libretroadmin
|
a6b7cf459e
|
No longer shows unnecessary content info runloop message
|
2025-07-22 16:02:16 +02:00 |
libretroadmin
|
e18b01302d
|
content_init - don't need the switch when error_enum is not null
|
2025-07-22 15:42:05 +02:00 |
libretroadmin
|
9b1d67c03a
|
* task_content.c
* content_file_load refactor - simplify
* error_string no longer needs to be dynamically allocated, make
a small local string and pass it around
|
2025-07-22 15:39:46 +02:00 |
libretroadmin
|
9e31b35f1b
|
(task_content) content_file_list_append_temporary - simplify
|
2025-07-22 15:14:43 +02:00 |
libretroadmin
|
341f6d3df4
|
task_autodetect - cleanups - get rid of gotos
|
2025-07-22 04:14:20 +02:00 |
sonninnos
|
d452cb843b
|
Database scan logging cleanups
|
2025-07-22 03:50:27 +03:00 |
libretroadmin
|
4b77ad663a
|
task_content.c - small cleanups, initialize variables being passed
|
2025-07-21 05:59:09 +02:00 |
libretroadmin
|
e24ca9da66
|
(task_content.c) replace one magic number
|
2025-07-21 05:38:18 +02:00 |
libretroadmin
|
f1198c65a3
|
(task_content.c) Get rid of some of the obtuse macros
|
2025-07-21 05:20:46 +02:00 |
libretroadmin
|
cd0f159238
|
Static code analysis warning fixes
|
2025-07-18 09:26:26 +02:00 |
libretroadmin
|
80b3ccebba
|
Silence some static code analysis warnings + code formatting/style nits
|
2025-07-18 08:11:25 +02:00 |
libretroadmin
|
2f5d95b0cf
|
Move non-essential string_list functions out of file
|
2025-07-18 01:43:03 +02:00 |
libretroadmin
|
ab9535c827
|
Code analysis cleanups/fixes
|
2025-07-17 22:28:48 +02:00 |
libretroadmin
|
4c07e26649
|
Code analysis fixes - fix some warnings and prevent garbage data
|
2025-07-17 12:11:31 +02:00 |
libretroadmin
|
195c19a1c9
|
Fix more static code analysis errors/warnings
|
2025-07-17 09:44:19 +02:00 |
libretroadmin
|
f45fd77d68
|
Fix errors and warnings pointed out by static code analysis (Clang)
|
2025-07-17 08:49:53 +02:00 |
libretroadmin
|
c6d72062e2
|
remove dead code
|
2025-07-17 08:02:06 +02:00 |
libretroadmin
|
cc826c4ca6
|
Cleanup some variable names and some other cleanups
|
2025-07-17 05:11:00 +02:00 |
libretroadmin
|
d8725d77bb
|
Small variable cleanups - should make no functional difference
|
2025-07-17 04:40:42 +02:00 |
sonninnos
|
b2ca569521
|
Logging unification cleanups
|
2025-07-10 05:59:06 +03:00 |
sonninnos
|
3885f4f8a5
|
Core updater logging cleanups
|
2025-07-09 17:49:24 +03:00 |
sonninnos
|
6056a0e602
|
Improve multidisk game scanning
|
2025-06-24 05:36:05 +03:00 |
LibretroAdmin
|
c27e815808
|
Merge pull request #18040 from sonninnos/libchdr-zstd
Add Zstandard support + libchdr update
|
2025-06-22 15:48:52 +02:00 |
Eric Warmenhoven
|
12599993c0
|
apple: speed up cloud sync
|
2025-06-21 23:57:03 -04:00 |
sonninnos
|
b3b8b1e340
|
Add ZStandard support + libchdr update
|
2025-06-22 00:03:01 +03:00 |
sonninnos
|
383daa31cb
|
Built-in playlist path rework
|
2025-06-16 19:18:55 +03:00 |
Eric Warmenhoven
|
98852bd427
|
android: enable builtin mbed-tls
fixes #16847
|
2025-06-03 23:03:37 -04:00 |
libretroadmin
|
5cb15e1cd7
|
Reapply "Allow Start button to quick manage media playlists (#17948)"
This reverts commit f877adb5d9 .
|
2025-05-27 12:40:32 +02:00 |
libretroadmin
|
f877adb5d9
|
Revert "Allow Start button to quick manage media playlists (#17948)"
This reverts commit 7d3740d4c0 .
|
2025-05-27 12:39:52 +02:00 |
sonninnos
|
7d3740d4c0
|
Allow Start button to quick manage media playlists (#17948)
|
2025-05-27 04:25:16 +03:00 |
sonninnos
|
0e4cf00d1f
|
Add option for suggesting cores when a core is loaded (#17920)
|
2025-05-20 15:54:22 +03:00 |