44286 Commits

Author SHA1 Message Date
FIX94
3f8235db28
revert commit 822e2fd
commit 822e2fd broke sd gecko mounting on gamecube, making the gamecube build unusable, reverting it makes it run fine again
2018-06-01 00:22:42 +02:00
Twinaphex
adaac8a8cd
Merge pull request #6851 from meepingsnesroms/master
Update README.MD(Fixed)
2018-05-31 20:49:02 +02:00
meepingsnesroms
c0da95559f Update README.MD(Fixed) 2018-05-31 10:26:35 -07:00
Twinaphex
ad79fbe4a9
Merge pull request #6846 from GregorR/netplay-runahead-compatibility
Fix compatibility between netplay and runahead
2018-05-31 10:29:22 +02:00
Twinaphex
49c08baaa7
Merge pull request #6848 from reswitched/fix-tearing
NSW: fix tearing
2018-05-31 10:28:11 +02:00
Gregor Richards
2c07561fc1 Fix compatibility between netplay and runahead
Unsurprisingly, netplay and runahead are wildly incompatible; both rely
on internal rewinding, without communicating this fact to each other.
Somewhat more surprisingly, netplay already has all the infrastructure
for negative input latency, as it's structurally the same as receiving
delayed input from a peer. This patch makes the two features
"compatible" by disabling runahead per se when netplay is active, and
using runahead's configuration to adjust netplay's own input latency
feature, which is now allowed to be negative. The effect is mostly the
same (modulo the second core support), and it doesn't confuse netplay
peers.
2018-05-30 22:01:02 -04:00
misson20000
1404b63219 fix for tearing (depends on libtransistor commit cf5d0403 in v2.0.0, which is yet to be released) 2018-05-30 18:04:58 -07:00
Twinaphex
0045e1fff2
Merge pull request #6845 from DEX357/patch-8
Update msg_hash_pl.h
2018-05-30 07:20:49 +02:00
DEX357
9cf843e349
Update msg_hash_pl.h 2018-05-30 02:30:51 +02:00
twinaphex
a3a047b8ec Fix Coverity warning 2018-05-29 22:01:05 +02:00
twinaphex
b1ec722a75 Buildfix 2018-05-29 18:55:18 +02:00
Twinaphex
65232d3ab4
Merge pull request #6842 from gmdvieira/wayland.screensaver
Add screensaver (idle) inhibition for Wayland driver
2018-05-29 17:23:22 +02:00
hizzlekizzle
34a75ba605
Merge pull request #6578 from Stevoisiak/settings-driver-section
retroarch.cfg: Reorganize sections
2018-05-29 09:28:22 -05:00
Gustavo Maciel Dias Vieira
14c505117d Add screensaver (idle) inhibition for Wayland driver
The Wayland driver currently has no implementation for gfx_ctx_wl_suppress_screensaver. This adds a Dbus implementation using the same infrastructure used by the X11 driver.
2018-05-29 09:56:58 -03:00
twinaphex
ddbc0d53c0 Add Discord Enable option to Settings -> Privacy 2018-05-29 12:41:13 +02:00
twinaphex
81ce02cf74 Put this around an ifdef 2018-05-29 12:18:31 +02:00
twinaphex
6d81d31ef5 Enable Discord setting 2018-05-29 12:18:01 +02:00
twinaphex
b5f6ae7931 (Discord) Add translatable string 2018-05-29 11:14:21 +02:00
twinaphex
406342479a Change function signature of discord_update 2018-05-29 11:09:13 +02:00
twinaphex
1fb57857ea Add discord_is_inited 2018-05-29 11:06:43 +02:00
twinaphex
31e7894539 Get rid of unnecessary ifdef 2018-05-29 10:43:45 +02:00
twinaphex
8ad1ddbac5 Disable discord support for C89 2018-05-29 10:42:18 +02:00
twinaphex
b4912a718f (Discord.c) Cleanups 2018-05-29 10:40:01 +02:00
twinaphex
4a035f5b22 Start adding files for Mac/Linux 2018-05-29 10:30:56 +02:00
twinaphex
d488dfcafa Make these files Windows-specific 2018-05-29 10:24:17 +02:00
twinaphex
e056cd8005 Disable HAVE_DISCORD for now 2018-05-29 10:22:07 +02:00
Twinaphex
2848f1f2b1
Merge pull request #6840 from fr500/master
WIP: discord-rpc support
2018-05-29 10:21:28 +02:00
radius
00bb17588d Merge commit '6e7a18a5987cbd5dec80308250062867f2cc3aad' as 'deps/discord-rpc/thirdparty/rapidjson-1.1.0' 2018-05-28 23:59:23 -05:00
radius
6e7a18a598 Squashed 'deps/discord-rpc/thirdparty/rapidjson-1.1.0/' content from commit 2fb78f9cee
git-subtree-dir: deps/discord-rpc/thirdparty/rapidjson-1.1.0
git-subtree-split: 2fb78f9cee01996f020d5af7592b37c5a0693b31
2018-05-28 23:59:23 -05:00
radius
f0082d710c restore this file 2018-05-28 23:49:23 -05:00
radius
0308191f88 Merge commit 'b86df4ee09564e88f9d2c994ef9d5af75d4e7395' as 'deps/discord-rpc' 2018-05-28 23:46:51 -05:00
radius
b86df4ee09 Squashed 'deps/discord-rpc/' content from commit ba9fe00c4d
git-subtree-dir: deps/discord-rpc
git-subtree-split: ba9fe00c4de1d680cdc56605d9c0d2b4cf8e7a07
2018-05-28 23:46:51 -05:00
radius
d5c2bc90c1 add discord files 2018-05-28 23:46:36 -05:00
Twinaphex
b378566cb8
Merge pull request #6837 from Dwedit/dirty_input_fix
Add bounds checking to runahead dirty input code
2018-05-28 20:19:31 +02:00
Twinaphex
cdc2bdb327
Merge pull request #6835 from Dwedit/null-fix_
Fix a calloc(0) which led to uninitialized data being used later on.
2018-05-28 20:19:21 +02:00
Dwedit
adbc71ce46 Change bounds to a const variable
Add one more bounds check
2018-05-28 12:14:04 -05:00
Dwedit
e8b381680a reformat spaces 2018-05-28 12:04:11 -05:00
Dwedit
becb6dee16 Fix out of bounds access in dirty_input code 2018-05-28 12:01:18 -05:00
Dwedit
51f7746407 reformat like the old code 2018-05-28 10:58:04 -05:00
Dwedit
8cd8e7d3ae Fix a calloc(0) which led to uninitialized data being used later on. 2018-05-28 10:54:25 -05:00
twinaphex
23b0444afe Update libretro-common 2018-05-28 17:30:56 +02:00
Twinaphex
877766d0ae
Merge pull request #6834 from Dwedit/null-fix_
Fix null pointer read in action_bind_sublabel_subsystem_add
2018-05-28 17:13:08 +02:00
Dwedit
6ef5232f32 Fix null pointer read in action_bind_sublabel_subsystem_add 2018-05-28 09:37:43 -05:00
Twinaphex
d00fe30f0e
Merge pull request #6831 from ReRetro/master
Change Retroarch to RetroArch once again for the 3ds
2018-05-27 21:09:08 +02:00
Twinaphex
743ab2351c
Merge pull request #6829 from fr500/overrides
only apply deadzone on analog to digital remapping, not analog to analog
2018-05-27 21:08:52 +02:00
Yarsan Hoessain
99c074e275
Change Retroarch to RetroArch once again for the 3ds 2018-05-27 20:21:41 +02:00
radius
c2c5265916 only apply deadzone on analog to digital remapping, not analog to analog 2018-05-27 11:58:52 -05:00
Twinaphex
3a96314bfd
Merge pull request #6828 from DEX357/patch-7
Update msg_hash_pl.h
2018-05-26 09:50:36 +02:00
DEX357
9af767163f
Update msg_hash_pl.h 2018-05-26 00:55:55 +02:00
Twinaphex
06aab60307
Merge pull request #6827 from alphanu1/master
Porch adjust to fix aspect and 240p menu for CRT
2018-05-25 12:21:04 +02:00