radius
8cb8390dbe
fix typo
2016-09-22 22:15:02 -05:00
Twinaphex
56a2e57c66
Merge pull request #3640 from GregorR/netplay-reconnection-flip
...
Reset player flip state when we lose Netplay connection
2016-09-23 04:00:26 +02:00
Gregor Richards
65e308c92d
Reset player flip state when we lose Netplay connection
...
This fixes a bug whereby reconnections would be out of sync due to the
flip state of the server and client being different. The server now
resets its flip state on disconnect.
2016-09-22 21:56:19 -04:00
twinaphex
a090deb8c1
Cleanups
2016-09-23 03:50:10 +02:00
Twinaphex
f0facb5463
Silence implicit declarations warnings
2016-09-23 03:42:50 +02:00
twinaphex
2d11ea71cc
Move runloop_fullpath to paths.c
2016-09-23 03:39:44 +02:00
Twinaphex
d7f9358dd0
Merge pull request #3639 from GregorR/check-cloexec
...
Check if setting CLOEXEC fails on the Netplay server port.
2016-09-23 03:27:25 +02:00
twinaphex
6222badb51
Remove header includes
2016-09-23 03:21:33 +02:00
twinaphex
02dc90d7bd
Move code from runloop.c to dirs.c
2016-09-23 03:19:33 +02:00
Gregor Richards
06550ec289
Check if setting CLOEXEC fails on the Netplay server port.
2016-09-22 21:02:26 -04:00
twinaphex
e799defcb8
Cleanup
2016-09-23 02:50:29 +02:00
twinaphex
9db91a92c3
Get rid of unused typedef
2016-09-23 02:49:25 +02:00
twinaphex
8fd94e4aab
Move variables around
2016-09-23 02:48:10 +02:00
twinaphex
4a1f593689
Get rid of unused typedef
2016-09-23 02:47:05 +02:00
twinaphex
019ea8a294
remove header include
2016-09-23 02:21:39 +02:00
twinaphex
040a1b8ba9
Move additional_path_allocs to load_content
2016-09-23 02:19:20 +02:00
twinaphex
fc3cf2ebb6
Simplify function in task_content
2016-09-23 02:14:43 +02:00
twinaphex
5d59871c05
Prevent null pointer dereference
2016-09-23 02:11:51 +02:00
twinaphex
a1971c5657
Grab system pointer inside functions instead of passing it around
2016-09-23 02:10:57 +02:00
twinaphex
dac5b1aabd
Fix warning 'dereference after null'
2016-09-23 02:05:12 +02:00
twinaphex
4137d33e46
Fix explicit null dereference warning
2016-09-23 02:04:25 +02:00
twinaphex
f6148edb2d
Fix logically dead code warning
2016-09-23 02:01:31 +02:00
twinaphex
c9e10c821e
Cleanups
2016-09-23 01:38:19 +02:00
Twinaphex
3f1e46982c
Merge pull request #3638 from GregorR/netplay-no-serialize-0
...
Don't serialize frame 0 in netplay, as the core may not yet be ready
2016-09-22 23:55:23 +02:00
Gregor Richards
1503b3d42f
Don't serialize frame 0 in netplay, as the core may not yet be ready
2016-09-22 17:36:46 -04:00
Andrés Suárez
9179b6b6f2
Merge pull request #3636 from loganmc10/patch-1
...
Make emscripten_egl default context for emscripten
2016-09-22 16:23:29 -05:00
Logan McNaughton
1177edf825
Make emscripten_egl default context for emscripten
2016-09-22 15:22:08 -06:00
twinaphex
d641930baf
Fix statement is unreachable warning
2016-09-22 23:10:11 +02:00
Jean-André Santoni
714db40fa0
Allow connecting wifi networks
2016-09-22 22:27:58 +02:00
Jean-André Santoni
cd0ec01928
Display which wifi network we're connected to
2016-09-22 22:27:54 +02:00
Jean-André Santoni
fcdc6187cb
WiFi icons
2016-09-22 22:27:50 +02:00
Jean-André Santoni
339de94095
Display WiFi menu title and perform a scan before calling the services
2016-09-22 22:27:45 +02:00
Brad Parker
d493273bcf
use first extracted file if one is not specified and !need_fullpath and !block_extract
2016-09-22 16:03:31 -04:00
Twinaphex
34944cac0f
remove unused variables
2016-09-22 22:01:35 +02:00
twinaphex
3e066165e5
Prevent 'undefined allocation of 0 bytes'
2016-09-22 21:59:37 +02:00
twinaphex
7fdc38bf30
Prevent null pointer dereference
2016-09-22 21:57:55 +02:00
twinaphex
e8deea65a9
Remove unused variable
2016-09-22 21:55:54 +02:00
twinaphex
4f83be2df3
Remove dead variable
2016-09-22 21:55:16 +02:00
twinaphex
f6a5e4d8eb
Remove unused variable
2016-09-22 21:52:17 +02:00
twinaphex
6d702f3538
Remove unused buf_fps variable
2016-09-22 21:51:22 +02:00
twinaphex
7dcf9dfa75
(libusb) Silence warning 'value stored to 'adaptor' is never read
2016-09-22 21:49:59 +02:00
twinaphex
dda1099d99
Another memory leak fix
2016-09-22 21:40:00 +02:00
twinaphex
a60812a2ee
(patch.c) apply_patch_content - fix memory leak
2016-09-22 21:00:17 +02:00
twinaphex
fb63786297
(cheevos.c) Prevent memory leak
2016-09-22 20:59:10 +02:00
twinaphex
0d49ed5877
drm_ctx.c - remove dead assignment
2016-09-22 20:56:42 +02:00
twinaphex
8d9eccfd65
(xvideo.c) Prevent null pointer dereferences for geom variable
2016-09-22 20:54:06 +02:00
twinaphex
70d4da3e32
(libretro-db/query.c) Cleanup
2016-09-22 20:48:49 +02:00
twinaphex
1c1cac328d
(libretro-db/query.c) Prevent warning 'use-after-free'
2016-09-22 20:47:26 +02:00
twinaphex
97df8ce2fa
(JACK) Try to prevent memory leak
2016-09-22 20:46:22 +02:00
Brad Parker
f8d51c2f86
only load compressed content if the path contains the file to extract
2016-09-22 12:52:34 -04:00