libretroadmin
|
c253bf4cbd
|
Reduce char arrays -
* titles and msgs sent to runloop_msg_queue_push should just be
128 in size
* single extensions queried by frontend around 16
|
2023-06-19 18:16:40 +02:00 |
libretroadmin
|
0bf3d21538
|
Reduce some char arrays which are too big
|
2023-06-19 17:31:50 +02:00 |
libretroadmin
|
21ffa14fea
|
Cleanups - cleanup unused variable warnings
|
2023-06-01 01:06:56 +02:00 |
libretroadmin
|
c087b044c2
|
* Add TODO/FIXME localize notes
* More snprintf optimizations
|
2023-04-30 19:30:07 +02:00 |
libretroadmin
|
c0c1198d35
|
(GCC12) Get rid of warning: the comparison will always evaluate as 'true' for the pointer operand in 'filt->thread_data + (sizetype)((long long unsigned int)i * 48)' must not be NULL [-Waddress]
|
2022-06-04 10:04:59 +02:00 |
Apaczer
|
455dbb6dd0
|
add upscale240x160 mixed method
|
2022-05-20 20:46:00 +02:00 |
Salvador
|
8093f4595c
|
Gba filter (#13613)
New GBA filter Upscale_240x160-320x240
|
2022-02-10 12:40:00 +01:00 |
jdgleaver
|
5b13047623
|
Add 'Picoscale_256x-320x240' video filter (#12997)
|
2021-09-15 20:20:56 +02:00 |
jdgleaver
|
ebfe32db3e
|
Add 'Upscale_256x-320x240' video filter
|
2021-01-31 13:38:40 +00:00 |
jdgleaver
|
c2f1b9f336
|
Add Upscale1.5x video filter
|
2020-11-20 15:22:09 +00:00 |
jdgleaver
|
cd1b2cea76
|
Add Normal4x video filter
|
2020-11-09 16:21:47 +00:00 |
jdgleaver
|
54f2156954
|
Further video filter additions
|
2020-10-09 13:59:41 +01:00 |
jdgleaver
|
b8fb26c196
|
Fix video filters for builds where both 'HAVE_DYLIB' and 'HAVE_FILTERS_BUILTIN' are defined
|
2020-09-25 10:51:46 +01:00 |
jdgleaver
|
3d4ddebcaf
|
Add several LCD-effect video filters
|
2020-09-24 16:11:07 +01:00 |
twinaphex
|
80c405ce52
|
Cleanups
|
2020-07-18 14:11:13 +02:00 |
twinaphex
|
9474f6b299
|
Silence another static code analysis warning
|
2020-06-29 23:03:26 +02:00 |
twinaphex
|
e58f91406f
|
(video_filter.c) Cleanups
|
2020-06-29 19:32:54 +02:00 |
twinaphex
|
80581f14a8
|
Revert "Revert "Cleanups""
This reverts commit 1fda1e0b28 .
|
2020-06-26 18:44:38 +02:00 |
twinaphex
|
1fda1e0b28
|
Revert "Cleanups"
This reverts commit a9c8cf205d .
|
2020-06-26 18:39:34 +02:00 |
twinaphex
|
a9c8cf205d
|
Cleanups
|
2020-06-26 18:28:58 +02:00 |
Francisco José García García
|
f559e931cf
|
Only use threads when the number > 1
|
2020-01-04 16:36:54 +01:00 |
twinaphex
|
0cdfd4c542
|
Use config_file_new_from_path_to_string entirely
|
2019-07-18 16:15:02 +02:00 |
jdgleaver
|
973a783b9c
|
Add 'Scanline2x' CPU video filter
|
2019-06-14 15:16:24 +01:00 |
twinaphex
|
bc2bdd5734
|
config_file_read not needed anymore
|
2019-04-30 13:37:10 +02:00 |
twinaphex
|
317a443741
|
Use config_file_read in more places
|
2019-04-22 02:10:12 +02:00 |
orbea
|
e062b98088
|
Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
|
2019-01-17 19:39:38 -08:00 |
jdgleaver
|
7be48c8034
|
Add Normal2x CPU filter
|
2018-11-02 14:30:26 +00:00 |
Twinaphex
|
fd11b205da
|
Silence bunch of warnings
|
2018-06-21 07:52:01 +02: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 |
Twinaphex
|
216e7bcdaf
|
Silence more warnings on iOS
|
2017-02-26 21:46:19 +01:00 |
Twinaphex
|
b7b3b2cb5f
|
Try to prevent truckload of warnings on iOS
|
2017-02-26 10:33:03 +01:00 |
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
twinaphex
|
9b6b055047
|
avoid some implicit memsets
|
2017-01-08 19:35:24 +01:00 |
twinaphex
|
8042c2ac62
|
Move config_file_userdata.c to libretro-common
|
2016-12-12 12:36:46 +01:00 |
twinaphex
|
ffcf96dd24
|
Add config.h includes
|
2016-09-06 23:47:05 +02:00 |
twinaphex
|
3a72479699
|
Add retro_miscellaneous.h to gfx/video_filter.c
|
2016-09-01 17:08:13 +02:00 |
twinaphex
|
562c1e996c
|
Get rid of more header includes
|
2016-09-01 05:38:26 +02:00 |
twinaphex
|
ba7d638b99
|
Use string_is_equal
|
2016-08-29 18:46:41 +02:00 |
Brad Parker
|
cf4bf344a9
|
add configuration option to toggle showing hidden files (default on), fixes issue #2769
|
2016-08-27 21:48:55 -04:00 |
Brad Parker
|
cc582db6fb
|
recursively scan directories for database content, fixes issue #3139
|
2016-08-21 00:59:41 -04:00 |
twinaphex
|
3c7dc0a62e
|
Try to silence more Coverity warnings
|
2016-06-29 12:13:40 +02:00 |
twinaphex
|
9aed52ac65
|
Move performance.c to libretro-common/features/features_cpu.c
|
2016-05-10 20:31:27 +02:00 |
twinaphex
|
35ea37b37f
|
Revert "Move cpu_features to libretro-common"
This reverts commit 2b8ff3bf38 .
|
2016-05-10 09:32:24 +02:00 |
twinaphex
|
2b8ff3bf38
|
Move cpu_features to libretro-common
|
2016-05-10 09:27:29 +02:00 |
twinaphex
|
0d371def5c
|
Refactor performance.c code
|
2016-05-10 09:17:04 +02:00 |
twinaphex
|
b79b2dca13
|
Create performance_counters
|
2016-05-10 08:53:14 +02:00 |
twinaphex
|
c8f4d97839
|
Move config_file_userdata outside libretro-common
|
2016-03-21 18:49:50 +01:00 |
twinaphex
|
93b7dc1bdd
|
(libretro-common) move 'lists' files to lists/
|
2016-03-20 14:53:54 +01:00 |
twinaphex
|
321690b416
|
Refactors to do with set_fork method
|
2016-02-03 14:36:34 +01:00 |
twinaphex
|
54f46f4ee3
|
Update headers
|
2016-01-10 04:41:52 +01:00 |