Commit Graph

52153 Commits

Author SHA1 Message Date
twinaphex
8032ff6e19 (RCheevos) Cleanups 2020-01-11 03:07:54 +01:00
twinaphex
99d5dba6ae Add signal.h check for linux/unix 2020-01-10 15:19:29 +01:00
Twinaphex
0b0455975b
Update CHANGES.md 2020-01-10 15:09:37 +01:00
Twinaphex
4b34894b59
Merge pull request #9978 from dev-0x7C6/master
Added additional CI test for passing sysroot flags via CC and CXX.
2020-01-10 15:07:20 +01:00
Twinaphex
311ee2db62
Update build.gradle 2020-01-10 15:06:00 +01:00
Twinaphex
dfafcb0513
Update AndroidManifest.xml 2020-01-10 15:05:34 +01:00
Twinaphex
28520af599
Merge pull request #9979 from hasenbanck/better-buffer-logic
Fix the ffmpeg core packet buffer logic.
2020-01-10 15:04:31 +01:00
Twinaphex
207795abfd
Merge pull request #9981 from jdgleaver/thumb-task-cleanup
Thumbnail downloader clean-ups
2020-01-10 15:04:11 +01:00
jdgleaver
495ad41741 Thumbnail downloader clean-ups 2020-01-10 11:08:36 +00:00
Nils Hasenbanck
d591529e7a Fix the ffmpeg core packet buffer logic.
The logic for when to consider to decode a buffered packet did
had used a "magic number" when considering when the current packet
should be decoded when compared to the reference packet.
This change uses the media fps so that we never "overshoot" our target
and don't need to rely on a "magic number".
2020-01-10 08:23:18 +01:00
twinaphex
3a5dace583 (WiiU) fix build 2020-01-10 01:16:42 +01:00
Bartłomiej Burdukiewicz
e2952586d1 Added additional CI test for passing sysroot flags via CC and CXX. 2020-01-09 23:14:50 +01:00
Twinaphex
16f25c2e06
Update AndroidManifest.xml 2020-01-09 21:36:38 +01:00
Twinaphex
8fea733a1f
Update AndroidManifest.xml 2020-01-09 21:36:23 +01:00
Twinaphex
bbb09f7557
Update AndroidManifest.xml 2020-01-09 21:36:14 +01:00
Twinaphex
1fc1acd3d0
Update CHANGES.md 2020-01-09 19:54:04 +01:00
twinaphex
0923985516 (GL/WGL) This regression caused cores that required GL to fail
because it would try to erroneously load GLESv2.dll instead of
OpenGL32.dll
2020-01-09 19:26:53 +01:00
twinaphex
2b1d1bc8cb (MaterialUI) Add icons for rooms 2020-01-09 18:21:25 +01:00
twinaphex
38e3cc2087 Update CHANGES.md 2020-01-09 18:11:00 +01:00
twinaphex
be3acb902b (Discord) use fill_pathname_application_path 2020-01-09 17:19:00 +01:00
twinaphex
617940fb8d Move midi_null driver to retroarch.c 2020-01-09 17:00:46 +01:00
twinaphex
a96ae6e987 (Playlists) Make sure history list can be set to 1 as a bare minimum -
bump up default to 200 for history and favorites lists
2020-01-09 16:49:52 +01:00
twinaphex
a65396ba56 Add title for sideload core setting 2020-01-09 16:44:04 +01:00
twinaphex
61c4e3a5e4 Update Makefile.ctr.salamander 2020-01-09 15:49:24 +01:00
twinaphex
df8f93e9d5 Split up VFS file_path code into separate file 2020-01-09 15:44:48 +01:00
twinaphex
577e1bd693 Merge branch 'master' of https://github.com/libretro/RetroArch 2020-01-09 15:28:30 +01:00
Twinaphex
1012d07e7f
Merge pull request #9973 from jdgleaver/sideload-core-fix
Fix manual core installation
2020-01-09 15:26:53 +01:00
jdgleaver
edec9448c4 Fix manual core installation 2020-01-09 14:13:21 +00:00
twinaphex
19ea50843c Merge branch 'master' of https://github.com/libretro/RetroArch 2020-01-09 01:43:12 +01:00
Twinaphex
e9db190baa
Merge pull request #9970 from hasenbanck/packet-buffer
Implement the packet buffer for the FFMPEG core
2020-01-08 22:06:19 +01:00
twinaphex
fd5d9a0710 Merge branch 'packet-buffer' of git://github.com/hasenbanck/RetroArch 2020-01-08 21:56:31 +01:00
Nils Hasenbanck
1f673be3c8 Fixed the video decoder deadlock when using HW decoding. 2020-01-08 21:51:22 +01:00
Nils Hasenbanck
a82582e859 Remove an unused struct variable. 2020-01-08 21:06:28 +01:00
Nils Hasenbanck
40ecfbcdfa Fix memory leak in ffmpeg core packet_buffer 2020-01-08 21:02:23 +01:00
Nils Hasenbanck
1e54379141 Implemented the packet buffer.
Simply use two packet_buffers that are double-linked lists of
AVPacket structs. This way we can control which packets to feed
to the decoders at the right time.

This solves the playback problem with the MP4 files.
2020-01-08 20:44:00 +01:00
twinaphex
291012d2a9 (libretro-common) Updates 2020-01-08 19:47:23 +01:00
Twinaphex
5296f4aebd
Merge pull request #9968 from fjtrujy/psp/DevelopmentImprovements
Put new makefile options after the commons for PSP
2020-01-08 17:29:46 +01:00
Francisco Javier Trujillo Mata
c86de916cb Put new makefile options after the commons for PSP 2020-01-08 16:53:42 +01:00
Twinaphex
c014fc20a1
Update Makefile.psp1 2020-01-08 16:42:10 +01:00
Twinaphex
39f089f374
Merge pull request #9967 from jdgleaver/widget-title-fix
(Menu Widgets) Prevent 'looping' of task title text
2020-01-08 16:38:24 +01:00
jdgleaver
1fe7898add (Menu Widgets) Prevent 'looping' of task title text 2020-01-08 14:19:10 +00: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
Twinaphex
15f7ba4d99
Merge pull request #9963 from natinusala/master
libnx: fix swkbd indefinitely showing up
2020-01-07 21:06:20 +01:00
Twinaphex
ea49348db2
Merge pull request #9964 from fjtrujy/psp/DevelopmentImprovements
[Psp] Development improvements
2020-01-07 20:20:04 +01:00
Francisco Javier Trujillo Mata
af6208be29 Improve Makefile to make easier Debug in PSP 2020-01-07 20:07:24 +01:00
Francisco Javier Trujillo Mata
5f81200067 Include new action inside of the launch.json 2020-01-07 20:06:47 +01:00
Francisco Javier Trujillo Mata
3901c2d63a Add in libretro-common the psp1 implementation 2020-01-07 20:06:47 +01:00