Commit Graph

2845 Commits

Author SHA1 Message Date
twinaphex
64d3408188 (ffmpeg) Fixups 2020-01-18 05:40:11 +01:00
Jamiras
59302e816c fix parsing of port in net_http_connection_done 2020-01-17 20:22:49 -07:00
jdgleaver
a2e1d622e1 Add disk control interface API extension 2020-01-17 16:34:05 +00:00
orbea
8d6b70c22c Don't use uname -a. 2020-01-15 06:27:42 -08:00
twinaphex
3492ba5fd6 (libretro-common) Prevent warning 2020-01-11 04:48:33 +01:00
twinaphex
df8f93e9d5 Split up VFS file_path code into separate file 2020-01-09 15:44:48 +01:00
twinaphex
291012d2a9 (libretro-common) Updates 2020-01-08 19:47:23 +01:00
twinaphex
3b2ec53100 (libretro-common) Update 2020-01-08 04:26:49 +01:00
twinaphex
3a8f12dff3 Update libretro-common 2020-01-08 01:44:58 +01:00
twinaphex
02d1eeb400 (VFS UWP) Get rid of verbosity.h dependency 2020-01-08 00:28:30 +01:00
twinaphex
261f1b72d4 Remove separate null_resampler.c file and move it into audio_resampler.c 2020-01-07 23:03:23 +01:00
Francisco Javier Trujillo Mata
3901c2d63a Add in libretro-common the psp1 implementation 2020-01-07 20:06:47 +01:00
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