Commit Graph

32904 Commits

Author SHA1 Message Date
twinaphex
bef9a8d9d6 Rearrange some code 2016-09-25 05:00:54 +02:00
twinaphex
ef548ba25e Rename static variable 2016-09-25 04:56:19 +02:00
twinaphex
8e6d9a6978 move default_shader_preste code to paths.c 2016-09-25 04:55:16 +02:00
Twinaphex
4fc66e4100 Merge pull request #3657 from loganmc10/patch-7
Specify EGL_DEPTH_SIZE for emscripten
2016-09-25 04:04:02 +02:00
Logan McNaughton
4f002f2316 Specify EGL_DEPTH_SIZE for emscripten
Some drivers require it to provide a depth buffer.
2016-09-24 19:53:45 -06:00
Twinaphex
d9aaef40cc Merge pull request #3656 from loganmc10/patch-6
These are (pretty much) alphabetical
2016-09-25 02:06:00 +02:00
Twinaphex
77036100d4 Merge pull request #3655 from GregorR/netplay-error-checking
Checks for some netplay syscall errors and NULL deref errors
2016-09-25 00:58:41 +02:00
Logan McNaughton
133a7bdb14 These are (pretty much) alphabetical
Makes it a little easier to find it if you don't know where they are.

Also, maybe consider only listing the cores that actually work with the Web Player? (I'm not sure which ones that is)
2016-09-24 16:52:48 -06:00
Gregor Richards
60449e8928 Checks for some netplay syscall errors and NULL deref errors 2016-09-24 18:48:55 -04:00
radius
e48cd885f9 (ems) update webplayer template too 2016-09-24 17:30:03 -05:00
radius
1efdffd191 (ems) use idbfs instead of localstorage 2016-09-24 17:18:32 -05:00
radius
9f3102e601 (ems) fix this 2016-09-24 15:36:27 -05:00
Andrés Suárez
1ed4e6148d Merge pull request #3649 from loganmc10/patch-5
glupen64 no longer depends on asyncify
2016-09-24 13:40:08 -05:00
radius
dc276df53e (ems) use imfs in this template for testing purposes 2016-09-24 12:59:10 -05:00
twinaphex
5f5ac1557e Turn command_event_save_current_config into static function 2016-09-24 17:19:38 +02:00
twinaphex
9637e4ee29 Attempt to fix issue #3605 2016-09-24 17:17:43 +02:00
twinaphex
49a9f189e9 Prevent divide by zero 2016-09-24 17:08:46 +02:00
twinaphex
764a4319a0 (shader_glsl.c) Continue with iteration if pass is NULL 2016-09-24 17:04:49 +02:00
twinaphex
b5416e4041 Change false to 0 2016-09-24 17:04:21 +02:00
twinaphex
5b5ad03ec3 Attempt to fix Coverity warnings 2016-09-24 17:04:01 +02:00
twinaphex
4cf9b3b6be configuration.c - prevent dereference after null warning from Coverity 2016-09-24 17:00:41 +02:00
twinaphex
09cc6c41b9 Prevent explicit NULL pointer dereference 2016-09-24 16:58:02 +02:00
twinaphex
3aea25479c Cleanups 2016-09-24 16:54:01 +02:00
Twinaphex
22bd770571 Cleanup unused variable 2016-09-24 16:51:45 +02:00
twinaphex
a27bc0da4f Create static function command_event_save_config 2016-09-24 16:49:42 +02:00
Twinaphex
6b336a98b1 Merge pull request #3653 from GregorR/netplay-resimulation
When we replay, resimulate input
2016-09-24 14:51:38 +02:00
Gregor Richards
fcd57801bd When we replay, resimulate input so that it doesn't judder between
remote states
2016-09-24 08:12:08 -04:00
twinaphex
83be6daa93 Try to prevent input driver from being set with Emscripten EGL context driver if HAVE_SDL2 is defined 2016-09-24 05:57:02 +02:00
Twinaphex
2fa676416a Merge pull request #3651 from GregorR/netplay-delay-0
Small checks to avoid needless blocking in delay_frames=0 mode
2016-09-24 05:52:44 +02:00
radius
f58f7a5923 Revert "Make emscripten_egl default context for emscripten"
fixes gamepad support. It seems it only works when we use the SDL2 video context

This reverts commit 1177edf825.
2016-09-23 22:38:37 -05:00
Gregor Richards
6472b0ce82 Small checks to avoid needless blocking in delay_frames=0 mode 2016-09-23 23:27:07 -04:00
Twinaphex
8d45ea4343 Merge pull request #3648 from lakkatv/wifi
Connman: enable wifi before scanning, and restart connman after gener…
2016-09-24 05:02:20 +02:00
Twinaphex
591579e868 Merge pull request #3650 from GregorR/netplay-fixes
Netplay fixes
2016-09-24 04:27:39 +02:00
Gregor Richards
fa5b75b635 Bugfixes in how we reset state on a late Netplay connection 2016-09-23 22:21:53 -04:00
Gregor Richards
236839e22f Reset netplay stall state upon disconnection 2016-09-23 22:20:47 -04:00
Logan McNaughton
55645a9f12 glupen64 no longer depends on asyncify 2016-09-23 20:20:35 -06:00
Gregor Richards
ae92cfeac2 More care in check_frames code so we don't check CRCs from a previous
connection
2016-09-23 22:18:56 -04:00
Gregor Richards
c81b022a7d Fix conflation of delay_frames and check_frames in configuration.c 2016-09-23 22:18:10 -04:00
radius
c3d5c98849 (ems) change some makefile flags 2016-09-23 19:48:50 -05:00
Andrés Suárez
635a60cb9e Merge pull request #3643 from loganmc10/patch-4
Finalize support for pthreads in emscripten
2016-09-23 19:26:05 -05:00
Jean-André Santoni
eee9e5047b Connman: enable wifi before scanning, and restart connman after generating the settings file 2016-09-24 00:41:30 +02:00
twinaphex
4e14ff8a66 Go through opaque pointer for glDeleteSync - GLsync as a type
might not be available
2016-09-24 00:04:19 +02:00
Twinaphex
75f8a53fcf Merge pull request #3647 from frangarcj/master
(VITA) Fix utf8
2016-09-23 21:56:41 +02:00
Francisco José García García
e654c39944 (VITA) Fix utf8 2016-09-23 21:27:06 +02:00
Twinaphex
6fae03fd19 Merge pull request #3645 from Ezio-PS/master
little fix for Spanish translation
2016-09-23 19:55:48 +02:00
Twinaphex
4846bdc8d3 Merge pull request #3646 from lakkatv/wifi
Connman driver: this should allow connecting protected networks
2016-09-23 19:54:15 +02:00
Jean-André Santoni
d3878d5a92 Connman driver: this should allow connecting protected networks 2016-09-23 19:50:18 +02:00
Ezio-PS
dfed4a72f5 little fix for Spanish translation 2016-09-23 19:42:49 +02:00
Twinaphex
7bc49b2e7a Merge pull request #3644 from Ezio-PS/master
Update Italian translation
2016-09-23 19:33:09 +02:00
Ezio-PS
4c742fb38d Update Italian translation 2016-09-23 19:21:39 +02:00