LibretroAdmin
|
30eb0edcf8
|
Use flags for some structs instead of tons of bools - less state/variables to bookkeep,
less memory used
|
2022-10-06 06:53:13 +02:00 |
|
LibretroAdmin
|
da13fb0f48
|
Don't include errno.h in files that don't justify its use
|
2022-08-25 05:19:30 +02:00 |
|
libretroadmin
|
fa9e56d824
|
input_autoconfigure_connect - have boolean return value
- task_autodetect.c - cleanups, try to do less with generic
error labels and gotos, etc.
|
2022-07-09 00:53:08 +02:00 |
|
twinaphex
|
27b7b3dcfe
|
Cleanup
|
2020-08-24 14:35:25 +02:00 |
|
twinaphex
|
a8646a2610
|
Reorder structs, alignment
|
2020-08-15 00:44:35 +02:00 |
|
twinaphex
|
1aceac6edb
|
Struct reorders
|
2020-08-14 18:51:50 +02:00 |
|
twinaphex
|
1ae20ea17c
|
Style nits - turn macro names into upper-case - some while style nits
|
2020-06-26 20:00:19 +02:00 |
|
jdgleaver
|
d24498bdf1
|
Image file type detection fixes/optimisations
|
2020-05-22 16:57:37 +01:00 |
|
twinaphex
|
8ce4ed7164
|
Cleanups
|
2020-02-29 12:55:33 +01:00 |
|
jdgleaver
|
9093c9feb8
|
(task_image) Fix TSAN reported data race condition
|
2019-07-08 17:16:14 +01:00 |
|
jdgleaver
|
c4bb2f5ad7
|
(XMB/Ozone) Add optional thumbnail upscaling
|
2019-06-05 17:05:30 +01:00 |
|
jdgleaver
|
a51293fbc6
|
(task_image) Fix jpeg/bmp/tga loading bug
|
2019-05-28 17:22:23 +01:00 |
|
jdgleaver
|
ff297e72e7
|
(task_image) Make image loading/processing non-blocking on non-threaded systems
|
2019-05-28 12:57:52 +01:00 |
|
jdgleaver
|
431877799d
|
(RPNG) Fix undefined behaviour when loading bad/corrupt PNG images
|
2019-05-27 13:07:11 +01:00 |
|
twinaphex
|
a0fcb1b694
|
(task_image.c) Cleanups
|
2019-05-22 06:17:08 +02:00 |
|
twinaphex
|
0dbcb7b9ca
|
task_image.c - less dependencies
|
2019-05-22 04:54:54 +02:00 |
|
twinaphex
|
58073eeb15
|
Small cleanup
|
2019-04-27 04:43:07 +02:00 |
|
natinusala
|
c20ab3864d
|
First version of menu widgets (gl only)
|
2019-02-06 20:48:24 +01:00 |
|
twinaphex
|
0083e10926
|
Some header include changes - create task_file_transfer.h
|
2019-01-20 02:17:43 +01:00 |
|
twinaphex
|
924007eda2
|
Prevent calling task_image_process if image is NULL
|
2018-01-23 04:57:12 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
Higor EurÃpedes
|
41024fbb0a
|
Fix conditional jump on uninitialized data
This fixes a bug introduced in 862cf48108
|
2017-10-03 19:54:32 -03:00 |
|
twinaphex
|
eae2217c6d
|
Cleanup
|
2017-09-30 06:23:23 +02:00 |
|
twinaphex
|
862cf48108
|
(task_image.c) Don't use calloc
|
2017-09-29 22:36:48 +02:00 |
|
twinaphex
|
127d98fb68
|
Rewrite path from nbio struct
|
2017-09-29 22:16:17 +02:00 |
|