Commit Graph

52141 Commits

Author SHA1 Message Date
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
natinusala
b1ad6014f0 libnx: fix swkbd indefinitely showing up 2020-01-07 20:06:20 +01:00
Twinaphex
572611f1ca
Merge pull request #9959 from dev-0x7C6/master
Fixed more compiler invokes in configure stage.
2020-01-07 18:52:09 +01:00
Twinaphex
6d4b1b69e5
Merge pull request #9962 from ToadKing/patch-1
fix null check in video_display_server
2020-01-07 16:47:00 +01:00
Michael Lelli
dcb6bae868
fix null check in video_display_server 2020-01-07 09:36:32 -06:00
Twinaphex
69208d0fca
Update CHANGES.md 2020-01-07 16:27:08 +01:00
Twinaphex
60c8edd39c
Merge pull request #9960 from jdgleaver/core-updater-status
Display number of cores updated when updating installed cores
2020-01-07 16:26:46 +01:00
jdgleaver
d2e2c289a6 Display number of cores updated when updating installed cores 2020-01-07 14:59:46 +00:00
Bartłomiej Burdukiewicz
562bf11946 Fixed more compiler invokes in configure stage. 2020-01-07 15:38:15 +01:00
twinaphex
3d80838754 Fix display server crashing on some platforms 2020-01-07 11:35:32 +01:00
Twinaphex
85f25574fb
Merge pull request #9956 from ToadKing/fix-fullscreen
fix fullscreen button in packaged emscripten build
2020-01-07 11:33:29 +01:00
Twinaphex
2986e9ff37
Merge pull request #9954 from Derynect/fix_dispserv_null
fix null pointer deref in new dispserv_null code
2020-01-07 11:33:04 +01:00
Twinaphex
9b87456d3e
Merge pull request #9955 from Derynect/dingux_flag_fix
Fixed flags for dingux target
2020-01-07 11:32:47 +01:00