twinaphex
4e3c9987f5
Prevent null pointer dereference / logically dead code / other misc. warnings
2016-09-23 16:03:37 +02:00
Twinaphex
baeadb775e
Merge pull request #3641 from lakkatv/wifi
...
WiFi: ask for passphrase
2016-09-23 15:42:49 +02:00
Jean-André Santoni
def77b5d34
Wi-Fi menu, pass over the entry index to know which network we're trying to connect
2016-09-23 14:45:07 +02:00
Jean-André Santoni
efeebf32ec
Fix Wi-Fi label
2016-09-23 14:33:35 +02:00
Jean-André Santoni
4734cb2640
WiFi: ask for passphrase
2016-09-23 13:16:27 +02:00
Andrés Suárez
1e95346f27
Merge pull request #3637 from loganmc10/patch-2
...
Allow pthread support in emscripten
2016-09-22 22:56:11 -05:00
Logan McNaughton
17b696c0dd
Add PTHREAD_POOL_SIZE
2016-09-22 21:51:30 -06:00
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
Logan McNaughton
01c43f5eef
Allow pthread support in emscripten
2016-09-22 15:37:41 -06: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