twinaphex
|
3d950b2324
|
Optimize audio_mix_volume_SSE
|
2020-01-04 14:40:37 +01:00 |
|
twinaphex
|
d88e37a2f1
|
(Audio resampler/Sinc) Don't do kaiser window check inside hot loop
|
2020-01-03 22:12:11 +01:00 |
|
twinaphex
|
b3e8d6e9ca
|
Remove this check - hope it solves the PNG inversion color issues with
VideoCore GPUs
|
2019-12-26 04:05:51 +01:00 |
|
jdgleaver
|
695749f155
|
(Core Updater) Only download when new core is available + add option to update all installed cores
|
2019-12-23 17:34:44 +00:00 |
|
Jamiras
|
3b4e55d0e5
|
proper calculation of offset to track 2 when sector sizes vary
|
2019-12-19 13:17:32 -07:00 |
|
negativeExponent
|
d96409ff37
|
Fix heap-use-after-free found when using asan
Fix https://github.com/libretro/RetroArch/issues/9871
|
2019-12-19 04:44:34 +08:00 |
|
twinaphex
|
168395af74
|
(libretro-common) Update
|
2019-12-18 18:25:54 +01:00 |
|
twinaphex
|
60b182b821
|
Promote tpool as libretro-common component
|
2019-12-18 18:21:03 +01:00 |
|
Nils Hasenbanck
|
d046594591
|
Fix ffmpeg core memory leak when using pthreads.
|
2019-12-18 15:05:01 +01:00 |
|
driver1998
|
aa19d5180b
|
[UWP] Move RunAsync out of VFS implementation
|
2019-12-05 16:32:38 +08:00 |
|
jdgleaver
|
a27ee73622
|
Manual content scan arcade DAT files: Add support for MAME 'Software List' XML format
|
2019-12-04 16:19:32 +00:00 |
|
jdgleaver
|
9b012e907a
|
(Manual Content Scanner) Enable automatic naming of arcade content via DAT files
|
2019-12-04 12:46:04 +00:00 |
|
jdgleaver
|
170397456c
|
Add manual content scanner
|
2019-11-29 17:14:46 +00:00 |
|
Jamiras
|
c69a11a219
|
better detection of pregap data in file
|
2019-11-22 19:36:38 -07:00 |
|
twinaphex
|
f0784351c4
|
Update header include - should look in system dir
|
2019-11-19 06:19:09 +01:00 |
|
Twinaphex
|
53b7fb2ba2
|
Remove unused variables
|
2019-11-19 06:08:54 +01:00 |
|
Huw Pascoe
|
4eebfa237b
|
Fixed xml parsing
|
2019-11-16 20:56:12 +00:00 |
|
Charlène
|
3038e9e1ce
|
OpenBSD/powerpc: fix "undefined reference to __mftb"
|
2019-11-12 22:24:35 +01:00 |
|
Jamiras
|
67e9fba9d7
|
generate User-Agent for retroachievement API calls
|
2019-11-02 21:52:30 -06:00 |
|
twinaphex
|
d4b7be4ae4
|
Update libretro-common
|
2019-10-31 01:25:27 +01:00 |
|
twinaphex
|
eb77d84716
|
Update libretro-common
|
2019-10-31 01:02:01 +01:00 |
|
twinaphex
|
d215d3ff44
|
Add HAVE_LIBNX conditional
|
2019-10-30 13:28:04 +01:00 |
|
Twinaphex
|
0719f9861c
|
Merge pull request #9657 from p-sam/switch-input-sensor
(Switch) input driver sensor
|
2019-10-29 20:53:44 +01:00 |
|
p-sam
|
0e79aa80d9
|
wip: merge libretro-common
|
2019-10-28 16:36:46 +00:00 |
|
Jamiras
|
0b92224c36
|
update PCEngine-CD hash algorithm; pregap cdfs support for CUE and CHD files
|
2019-10-24 18:46:43 -06:00 |
|
twinaphex
|
362b76fd74
|
Update sthread_get_current_thread_id
|
2019-10-21 14:01:09 +02:00 |
|
twinaphex
|
e968dd85e2
|
Implement sthread_get_thread_id (functional equivalent for
SDL_GetThreadId) and sthread_get_current_thread_id (functional
equivalent
for SDL_ThreadID)
|
2019-10-20 23:55:19 +02:00 |
|
twinaphex
|
836fb17d0d
|
(libretro-common) Update libretro-common
|
2019-10-17 01:48:41 +02:00 |
|
Rinnegatamante
|
7fee4ad11b
|
Update libretro-common.
|
2019-10-15 17:43:50 +02:00 |
|
twinaphex
|
cb576b1b95
|
Move include headers to rglgen_private_headers.h
|
2019-10-09 22:12:14 +02:00 |
|
Twinaphex
|
419eb5a6c0
|
Remove unused variables
|
2019-10-04 16:06:34 +02:00 |
|
jdgleaver
|
1df3e20bdd
|
Add option to automatically rotate overlays
|
2019-10-04 12:15:57 +01:00 |
|
Jamiras
|
1ab81e5711
|
support for Sega CD/Saturn; reduce hash calls to server
|
2019-09-29 09:07:16 -06:00 |
|
jdgleaver
|
58ad81f063
|
Menu drop-down lists: Add proper titles, and remember last postion when navigating core options
|
2019-09-24 17:41:06 +01:00 |
|
Twinaphex
|
ae7d956341
|
Silence warning
|
2019-09-23 01:44:53 +02:00 |
|
twinaphex
|
b94b9e2adb
|
Go back to plain strlcpy/strlcat - probably best to look at
opportunities to reduce these calls vs. replacing them with
unsafe macros
|
2019-09-23 00:19:01 +02:00 |
|
LazyBumHorse
|
f309c85f92
|
STRLCAT_CONST_INCR should be at most 1 statement, so single-line if, for etc work
|
2019-09-22 20:12:56 +02:00 |
|
LazyBumHorse
|
db723df879
|
fix path_relative_to
|
2019-09-22 16:29:54 +02:00 |
|
twinaphex
|
5f87fa1aca
|
CXX_BUILD buildfix
|
2019-09-22 14:04:02 +02:00 |
|
Barry Rowe
|
4e155dbc8e
|
Added in rpng string streaming to ai service.
|
2019-09-21 23:57:59 -07:00 |
|
Jamiras
|
c5750da85a
|
improve handling of line endings in m3u and cue files
|
2019-09-21 08:06:06 -06:00 |
|
twinaphex
|
f65e005d97
|
label_sanitization - change a bunch of functions to static
|
2019-09-21 03:55:20 +02:00 |
|
twinaphex
|
7cfd996802
|
Add return value to fill_pathname_noext
|
2019-09-21 01:41:56 +02:00 |
|
twinaphex
|
6d8bc91220
|
Start returning sizes for file_path functions
|
2019-09-21 00:01:09 +02:00 |
|
twinaphex
|
3b057d9605
|
Start using STRLCAT_CONST_INCR and STRLCPY_CONST
|
2019-09-20 23:33:17 +02:00 |
|
twinaphex
|
76f4cf5cc5
|
Start using STRLCAT_CONST/STRLCAT_CONST_INCR/STRLCPY_CONST
|
2019-09-20 20:39:34 +02:00 |
|
twinaphex
|
db624a7c99
|
Start cleaning up the rather messy manual assignment
|
2019-09-20 02:03:26 +02:00 |
|
twinaphex
|
15470596ad
|
Remove 'puts' lines
|
2019-09-19 04:19:18 +02:00 |
|
twinaphex
|
f4c6b06b49
|
(file_path.c) Remove some strlcpy/strlcat invocations
|
2019-09-19 03:45:18 +02:00 |
|
twinaphex
|
7dc2ca425f
|
(RTGA) Further optimizations
|
2019-09-18 21:49:18 +02:00 |
|