twinaphex
b3ec735e75
Silence some more scan-build warnings
2016-09-25 15:25:20 +02:00
twinaphex
d9d388a8fe
linuxraw_joypad.c - cleanup
2016-09-25 15:11:48 +02:00
Brad Parker
af98ee1c8a
Add CRC calculation function that works with archives with or without a path inside (first file is used if no path)
...
Add all archive's contents to database scan list when scanning files and directories
Allow scanning a single file that is an archive
Remove unnecessary prototypes from archive_file.h
Simplify retrieving of CRCs from archives when scanning
2016-09-25 00:15:05 -04:00
twinaphex
bf64635acc
Try to silence one more memory leak
2016-09-25 06:14:23 +02:00
twinaphex
4db58bdfc2
Silence C89_BUILD warning
2016-09-25 06:05:02 +02:00
Twinaphex
ba678e55e3
Merge pull request #3659 from GregorR/netplay-client-reconnect
...
Adding backend functionality to reconnect a Netplay client
2016-09-25 05:56:49 +02:00
twinaphex
3f35e10014
Solve some warnings pointed out by scan-build
2016-09-25 05:55:55 +02:00
Gregor Richards
c4eb12a583
Adding backend functionality to reconnect a Netplay client.
2016-09-24 23:48:42 -04:00
radius
c790f452e7
(ems) update template, don't enable run button till idbfs is synced
2016-09-24 22:32:47 -05:00
twinaphex
3e182461d9
Try to fix 'pointer to local outside scope' warning
2016-09-25 05:32:16 +02:00
twinaphex
8025110f07
Cleanups
2016-09-25 05:18:42 +02:00
twinaphex
432f466e85
Cleanup parse_config_file
2016-09-25 05:09:41 +02:00
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 1177edf8254300fe57aec543c7658b92b2876678.
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