35008 Commits

Author SHA1 Message Date
Twinaphex
0490cc2003 Merge pull request #4222 from fr500/master
make state screenshots non-gpu
2016-12-11 18:53:42 +01:00
radius
e0989d0b9e make state screenshots non-gpu 2016-12-11 12:30:20 -05:00
aliaspider
5cf8391c5a replace the glsl snow shader with a more lightweight version.
(gpu usage is approximately 25% compared to the original.)
2016-12-11 15:52:32 +01:00
Patrick Scheurenbrand
d40a0e2f3a changed input binding order 2016-12-11 13:03:02 +01:00
Twinaphex
d8acba1fa8 Merge pull request #4216 from barbudreadmon/patch-2
Fix for issue #4165
2016-12-11 11:02:08 +01:00
twinaphex
14c5bdc0a1 Put some settings behind SD_FLAG_ADVANCED 2016-12-11 10:59:15 +01:00
barbudreadmon
ad273d6299 Fix for issue #4165
vulkan video driver don't rotate the same way as gl video driver without this.
2016-12-11 10:53:02 +01:00
twinaphex
a5a594f619 Don't push screenshot to image history if we are just saving
a state
2016-12-11 10:34:12 +01:00
twinaphex
15c63c3de9 (input_driver.c) Cleanups 2016-12-11 09:13:24 +01:00
twinaphex
d2bd6677bd (udev_joypad.c) Cleanup 2016-12-11 08:48:25 +01:00
twinaphex
e9f853ba93 Move (joykey == NO_BTN ) to input_joypad_driver 2016-12-11 08:44:55 +01:00
twinaphex
37559c6f5f Cleanups 2016-12-11 08:31:55 +01:00
twinaphex
423578d972 (Joypad drivers) Simplify hat code 2016-12-11 07:28:33 +01:00
twinaphex
1d9c9f8021 Update subrepos 2016-12-11 06:49:48 +01:00
twinaphex
7dcea505fb Update SPIRV-Cross subrepo 2016-12-11 06:40:33 +01:00
twinaphex
a47dd21751 Don't print game focus OSD message if input is -1 2016-12-11 06:39:30 +01:00
Diego Viola
86c76999da README.md: Replace HTML with Markdown syntax 2016-12-10 19:46:49 -02:00
twinaphex
26fe408bb4 (Emscripten) Add button 2016-12-10 22:01:40 +01:00
Twinaphex
49a8f36271 Merge pull request #4210 from diegoviola/master
README.md: minor stylistic changes
2016-12-10 21:34:51 +01:00
Diego Viola
8bf8652fb8 README.md: minor stylistic changes 2016-12-10 18:33:15 -02:00
Twinaphex
2407e9cb10 Merge pull request #4206 from lasers/add-sublabel
Add sublabel for Achievements (enable,test_unofficial)
2016-12-10 21:25:14 +01:00
Twinaphex
2ee7f08aa7 Merge pull request #4208 from CoalaJoe/master
Updated and added more german translations
2016-12-10 21:24:17 +01:00
CoalaJoe
d6043867ec Updated and added more german translations
Signed-off-by: CoalaJoe <dominik.mueller@gibmit.ch>
2016-12-10 21:19:33 +01:00
Twinaphex
65dcf03e30 Merge pull request #4207 from GregorR/natt-ipv6-without-ipv6
NAT traversal also needs to avoid IPv6 with SOCKET_LEGACY
2016-12-10 20:01:32 +01:00
Gregor Richards
65224dc2a5 NAT traversal also needs to avoid IPv6 with SOCKET_LEGACY 2016-12-10 13:58:51 -05:00
lasers
f2e30ec5e9 Add sublabel for Achievements (enable,test_unofficial) 2016-12-10 12:56:13 -06:00
Twinaphex
c949ec4421 Merge pull request #4203 from GregorR/netplay-ipv6-without-ipv6
HAVE_SOCKET_LEGACY -> no IPv6
2016-12-10 19:52:04 +01:00
Twinaphex
0b4e8bff22 Merge pull request #4205 from diegoviola/master
README.md: Add missing whitespace
2016-12-10 19:49:58 +01:00
Diego Viola
56cfa65c74 README.md: Add missing whitespace 2016-12-10 16:47:29 -02:00
Gregor Richards
9a4b28735b HAVE_SOCKET_LEGACY -> no IPv6
I had previously assumed that if AF_INET6 is defined, IPv6 support was
present. Some psychopathic console SDKs which shall not be named
actually define AF_INET6 but none of the IPv6 structures. As there is
therefore no way to determine whether IPv6 support is present at
preprocessor time, I'm ust assuming that HAVE_SOCKET_LEGACY implies no
IPv6. This means in effect that no consoles get IPv6 support.
2016-12-10 05:27:25 -05:00
twinaphex
4bf806ef00 (Netplay) Some build fixes for PS3 and others 2016-12-10 09:41:24 +01:00
twinaphex
a210e4f6fe (PS3) Some build fixes 2016-12-10 09:39:07 +01:00
twinaphex
31b69b4011 C89_BUILD fixes 2016-12-10 09:06:11 +01:00
twinaphex
026e705506 core.h - remove retro_miscellaneous.h include 2016-12-10 09:04:40 +01:00
twinaphex
9b329ddb56 runloop.h header include cleanup - don't include retro_miscellaneous.h 2016-12-10 08:10:02 +01:00
twinaphex
1b29d41661 (render_chain_gl_legacy.c) Cleanups 2016-12-10 07:30:14 +01:00
twinaphex
be459a6281 Cleanups 2016-12-10 07:28:08 +01:00
twinaphex
aa5730dbc9 (render_chain_gl_legacy.c) Cleanups 2016-12-10 07:26:50 +01:00
twinaphex
584e93be4f Cleanup runloop.h header 2016-12-10 07:21:34 +01:00
Brad Parker
4cd88c585c add missing msg_hash 2016-12-09 23:38:30 -05:00
Brad Parker
d558862e21 make "Got connection from" translatable. Update JP translation. 2016-12-09 23:38:00 -05:00
Twinaphex
b2d1e0973d Merge pull request #4199 from lasers/fix-the-system
Fix msg_hash_ja.h (Systematic)
2016-12-10 01:48:22 +01:00
Brad Parker
1f39426195 only use fancy ribbon on GLES if GL_OES_standard_derivatives extension is detected 2016-12-09 19:32:55 -05:00
lasers
3414115b82 Fix msg_hash_ja.h (Systematic) 2016-12-09 12:52:18 -06:00
Twinaphex
b460fc558c Merge pull request #4197 from loganmc10/patch-1
Add HAVE_OPENGLES3 to griffin.c
2016-12-09 18:12:52 +01:00
Logan McNaughton
746e4667c2 Add HAVE_OPENGLES3 to griffin.c 2016-12-09 10:07:37 -07:00
Twinaphex
d39f226a57 Merge pull request #4194 from loganmc10/gles3
Use glTexStorage2D for FBO textures
2016-12-09 17:56:43 +01:00
Twinaphex
59956ee021 Merge pull request #4195 from lasers/add-systematic
Add Systematic Theme
2016-12-09 06:52:31 +01:00
lasers
16eebb3f58 Add Systematic Theme 2016-12-08 23:39:39 -06:00
Logan McNaughton
1d69baca82 Use glTexStorage2D for FBO textures 2016-12-08 21:14:10 -07:00