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
Andrés Suárez
159d0b55cf
Merge pull request #3642 from loganmc10/patch-3
...
Only set PTHREAD_POOL_SIZE=2 if PTHREAD is on
2016-09-23 10:21:38 -05:00
Logan McNaughton
b5cd030eff
Only set PTHREAD_POOL_SIZE=2 if PTHREAD is on
2016-09-23 09:16:45 -06:00
twinaphex
fff4b8ddcf
Prevent some warnings
2016-09-23 16:08:12 +02:00
twinaphex
12fa0bd019
Fix unchecked return value warning
2016-09-23 16:05:14 +02:00
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