twinaphex
388879da38
Change 'User' terminology to 'Port' for input binding stuff
2019-11-24 20:11:49 +01:00
DEX357
4476d3e971
Update msg_hash_pl.h
2019-11-24 18:32:59 +01:00
Nils Hasenbanck
4e4802e5c6
Implement ffmpeg send/receive encoding API
...
This is implementing the send/receive encoding API of ffmpeg in the
ffmpeg record backend.
Newer encoder do need the client to use this API to use them (for
example h264_amf and hvec_amf). "Old" encoders should work fine
(Tested x264 and webm profiles).
The biggest change is the handling of the encoded packets, since
the API can return multiple packets in it's queue. As a positive
side-effect the code for flushing is much more easier.
2019-11-24 17:41:22 +01:00
Twinaphex
203a80aeaa
Merge pull request #9785 from Jamiras/nds_hash
...
(cheevos) add hashing for Nintendo DS
2019-11-24 16:59:04 +01:00
Twinaphex
50a50b8519
Merge pull request #9784 from jdgleaver/thumbnail-upscaling-settings-fix
...
Fix 'Thumbnail Upscaling Threshold' setting drop-down list
2019-11-24 16:58:35 +01:00
DEX357
4203b4fb78
Update msg_hash_pl.h
2019-11-24 16:05:09 +01:00
Jamiras
a990c0bca4
add hashing for Nintendo DS
2019-11-24 07:59:59 -07:00
jdgleaver
4eec21b4d1
Fix 'Thumbnail Upscaling Threshold' setting drop-down list
2019-11-24 14:39:08 +00:00
DEX357
6625eff3d8
Update msg_hash_pl.h
2019-11-24 03:56:11 +01:00
DEX357
677f13a2fe
Update msg_hash_pl.h
2019-11-24 03:15:54 +01:00
twinaphex
ba74747860
(ffmpeg core) Update Makefile
2019-11-23 22:39:50 +01:00
Twinaphex
de3ac2c549
Merge pull request #9775 from Jamiras/chd_pregap
...
(cheevos) fix hash calculation for some PCEngine CHD files
2019-11-23 21:08:47 +01:00
Twinaphex
ccaba7d465
Merge pull request #9776 from fjtrujy/psp/PThread
...
[PSP] Solving issue Exiting RetroArch by HOME button
2019-11-23 12:59:14 +01:00
Francisco Javier Trujillo Mata
e553e19996
Call pthread_terminate is if it is NO SALAMANDER
2019-11-23 12:54:45 +01:00
twinaphex
ce9ba045ff
This can be unreverted after we bake in the pthreads implementation for PSP and Vita
...
Revert "Call to the terminate function for the pthread on the deinit of the PSP platform"
This reverts commit 1671f16b0c03cb342d77b8e6197650d004e1e1c3.
2019-11-23 12:36:31 +01:00
Jamiras
c69a11a219
better detection of pregap data in file
2019-11-22 19:36:38 -07:00
Twinaphex
4aa936ce33
Merge pull request #9772 from DuMOHsmol/xbox_one_bluetooth_fix
...
Get rid of 128 byte device name limit for XInput device discover
2019-11-22 19:50:58 +01:00
Twinaphex
f09561026a
Merge pull request #9771 from jdgleaver/pointer-msgbox-inhibit
...
(Menu) Ensure pointer input is handled correctly when showing message boxes
2019-11-22 19:50:13 +01:00
Dmitry Sergeenkov
5cdef89b86
Get rid of 128 byte device name limit for XInput device discover
2019-11-22 21:15:58 +03:00
jdgleaver
b1d5542d77
(Menu) Ensure pointer input is handled correctly when showing message boxes
2019-11-22 15:10:28 +00:00
Francisco Javier Trujillo Mata
1671f16b0c
Call to the terminate function for the pthread on the deinit of the PSP platform
2019-11-21 19:25:02 +01:00
Francisco Javier Trujillo Mata
5a5640155a
Call to the terminate function for the pthread on the deinit of the PSP platform
2019-11-21 19:13:33 +01:00
Twinaphex
822eb3bb86
Merge pull request #9759 from Jamiras/rcheevos_81
...
(cheevos) update rcheevos to v8.1
2019-11-21 16:39:58 +01:00
Twinaphex
3e55d598db
Merge pull request #9762 from gblues/gblues/default-asset-directory
...
Gblues/default asset directory
2019-11-21 15:45:17 +01:00
Twinaphex
def1e352d4
Merge pull request #9763 from jdgleaver/glui-fs-thumbs-enable-select
...
(GLUI) Enable pass-through of [RetroPad A]/[Keyboard Return key] when viewing fullscreen thumbnails
2019-11-21 15:34:30 +01:00
jdgleaver
34b744aff6
(GLUI) Enable pass-through of [RetroPad A]/[Keyboard Return key] when viewing fullscreen thumbnails
2019-11-21 12:45:03 +00:00
Nathan Strong
bff8e8204d
Automatically rename asset directory
...
== DETAILS
For users upgrading--particularly via the online updater--we should
smoothly migrate them to the new name. If the "media" directory
exists and the "assets" directory doesn't, then rename "media" to
"assets".
== TESTING
none yet
2019-11-20 23:33:20 -08:00
Nathan Strong
4cd3934610
Change the default asset directory
...
On every other platform, retroarch uses "assets" but wiiu got stuck with "media"
and it's never been fixed.
So I'm fixing it.
2019-11-20 23:33:20 -08:00
Jean-André Santoni
33206b8847
Wait longer for the notarization server
2019-11-21 11:12:54 +07:00
Jamiras
b26fa714a8
more descriptive error string
2019-11-20 18:19:35 -07:00
Jamiras
9983976ddb
update rcheevos to v8.1
2019-11-20 14:40:34 -07:00
Twinaphex
d3ed02dd87
Update Makefile.common
2019-11-20 20:38:28 +01:00
jdgleaver
d392d90a6e
(GLUI) Add fullscreen thumbnail viewer ( #9758 )
2019-11-20 19:09:02 +01:00
Francisco José García García
c8067ba0c0
(VITA) Baked math-neon and vitaGL ( #9757 )
...
* Squashed 'deps/math-neon/' content from commit 0050735
git-subtree-dir: deps/math-neon
git-subtree-split: 0050735ae8f18281c1e6fbe2dc80546e402b7fc5
* Squashed 'deps/vitaGL/' content from commit 694b387
git-subtree-dir: deps/vitaGL
git-subtree-split: 694b387a6eacf7e179f07ff621e5772ae4253315
* (Vita) Add baked math-neon and vitaGL
2019-11-20 12:13:33 +01:00
Twinaphex
932071952d
(OSX) Buildfix
2019-11-20 11:19:18 +01:00
Twinaphex
f081cfa314
Merge pull request #9756 from libretro/iosfix
...
Revert code in hopes iOS works again
2019-11-20 11:11:23 +01:00
twinaphex
861379d8e3
Revert code in hopes iOS works again
2019-11-20 06:25:40 +01:00
Twinaphex
64b23937d3
Merge pull request #9690 from libretro/kivutar/codesign
...
Code sign OSX release
2019-11-20 05:44:23 +01:00
Jean-André Santoni
11a4a4cffb
Code cleaning
2019-11-20 10:45:14 +07:00
Jean-André Santoni
8da54e2349
Uncomment stuff
2019-11-20 10:09:24 +07:00
Jean-André Santoni
87cc90741d
Deep sign
2019-11-20 09:59:34 +07:00
Jean-André Santoni
27da1c94f2
Enable hardened runtime for the Qt build
2019-11-20 09:09:27 +07:00
Twinaphex
d2d240ecf5
(iOS) Should fix iOS build problems
2019-11-20 02:58:17 +01:00
Twinaphex
540edd7b5d
(iOS) Buildfix #1
2019-11-20 02:51:18 +01:00
Twinaphex
81c020d300
Replace g_instance with CocoaView get
2019-11-20 02:24:03 +01:00
twinaphex
e3506ed06b
Move nsview_get_ptr to cocoa_common
2019-11-20 02:24:03 +01:00
Twinaphex
387e18b528
cocoagl_gfx_ctx_set_video_mode - go through [CocoaView get] here
2019-11-20 02:24:03 +01:00
Twinaphex
bac58c99c4
Buildfix
2019-11-20 02:24:03 +01:00
twinaphex
964fcda79a
Move glkitview_init to cocoa_common.m
2019-11-20 02:24:02 +01:00
Twinaphex
b241b5769b
Merge pull request #9754 from realnc/fix-null-deref
...
Fix null pointer deref
2019-11-19 23:58:23 +01:00