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
twinaphex
bef6308b12
Don't define/undefine GL_DEBUG at all
2016-09-22 18:44:55 +02:00
Twinaphex
42f18b1bc8
Merge pull request #3635 from orbea/gl_debug_warning
...
Silence warning with GL_DEBUG=1
2016-09-22 18:41:33 +02:00
twinaphex
bf48051d93
(Menu) Fix keyboard input
2016-09-22 18:29:40 +02:00
orbea
7768a706a1
Silence warning with GL_DEBUG=1
2016-09-22 08:40:44 -07:00
twinaphex
2c29e599e8
Revert this code back to what it was
2016-09-22 16:28:45 +02:00
twinaphex
693a9660f3
Prevent null pointer dereference
2016-09-22 16:10:51 +02:00
twinaphex
4db42db980
content_flush_save_blocks - cleanup
2016-09-22 14:40:07 +02:00
twinaphex
dad9a079c7
Rework content_flush_save_blocks/content_allocate_save_blocks
2016-09-22 14:39:13 +02:00
Twinaphex
b2240c5783
Merge pull request #3631 from GregorR/netplay-reconnect
...
Support for Netplay reconnection
2016-09-22 14:27:38 +02:00
Twinaphex
9d221fb518
Merge pull request #3634 from GregorR/netplay-version-chatter
...
Both sides should send the same header so either can check the other
2016-09-22 14:27:28 +02:00
Gregor Richards
4a83e6dee9
Both sides should send the same header so either can check the other
2016-09-22 07:06:26 -04:00
radius
55b865d375
remove this pad, the pad is named Standard Gamepad
2016-09-21 21:41:36 -05:00
twinaphex
f3c3d41734
Getr id of unused function prototype
2016-09-22 04:38:39 +02:00
Gregor Richards
42f8ed4338
Support for Netplay reconnection
...
In net server mode, when the client disconnects, the server now returns
to listening mode, in anticipation of the client reconnecting.
2016-09-21 22:37:43 -04:00
twinaphex
af46e81080
Hide Wifi settings if null wifi driver selected
2016-09-22 04:19:31 +02:00
twinaphex
9b93f1b520
(Wifi) show 'no settings' found when selecting wifi settings
...
if null driver is selected
2016-09-22 04:18:10 +02:00
twinaphex
7dc297edfc
(GLSM) Prevent warning
2016-09-22 04:09:10 +02:00
twinaphex
017bf34d71
Prevent null pointer dereference defect
2016-09-22 03:59:02 +02:00
twinaphex
ca4086622a
(Griffin) Buildfix
2016-09-22 03:29:04 +02:00
twinaphex
1bad39131a
Add wifi files to Griffin
2016-09-22 03:28:06 +02:00
radius
5f9a54af56
Add Glupen
2016-09-21 19:20:44 -05:00
Jean-André Santoni
4440b58cbe
Now able to display a list of ssid
2016-09-22 02:03:10 +02:00
Jean-André Santoni
d1ae577811
Start building the ssid list
2016-09-22 02:03:05 +02:00
Jean-André Santoni
850c4beac3
Add a WiFi setting group
2016-09-22 02:03:01 +02:00
Jean-André Santoni
acf34990fc
Expose the wifi driver scan callback
2016-09-22 02:02:57 +02:00
Jean-André Santoni
36fb1ffcdf
WiFi driver: add scan callback
2016-09-22 02:02:52 +02:00
Jean-André Santoni
39be71e4ad
Correctly save and load WiFi driver from the config file
2016-09-22 02:02:47 +02:00
Jean-André Santoni
c45058d3ae
Start adding a WiFi driver
2016-09-22 02:02:43 +02:00
Twinaphex
719533cf50
Merge pull request #3630 from GregorR/netplay-connect-late
...
Support for late connection to Netplay host mode
2016-09-22 01:45:43 +02:00
twinaphex
cc11244307
Fix memory leak
2016-09-22 00:58:29 +02:00
Gregor Richards
4b370cf55e
Re-add TCP_NODELAY in host mode.
2016-09-21 17:31:19 -04:00
Gregor Richards
c2d9e7a538
Support for late connection to Netplay host mode
...
This changes netplay host mode's behavior in net (normal) mode from
immediately blocking to waiting for a connection while allowing the game
to run, like spectator mode.
2016-09-21 17:26:02 -04:00
Andrés Suárez
32017c3cae
Update index.html
2016-09-21 15:37:52 -05:00
Andrés Suárez
9fd7ecb668
Merge pull request #3629 from loganmc10/master
...
Fix emscripten async and add glupen64
2016-09-21 15:27:28 -05:00
Logan McNaughton
f0204a8b5d
Fix emscripten async and add glupen64
2016-09-21 14:10:05 -06:00
Alcaro
4ceb53207f
Merge pull request #3628 from GregorR/network-send-blocking-fix
...
Fix socket_send_all_blocking to fail on errors not related to blocking
2016-09-21 20:09:35 +02:00
Gregor Richards
b0672e47ae
Fix socket_send_all_blocking to fail on errors not related to blocking
2016-09-21 14:01:25 -04:00
twinaphex
8831d19008
Rename GLES_LIBS/GLES_CFLAGS to OPENGLES_LIBS/OPENGLES_CFLAGS
2016-09-21 12:45:31 +02:00
twinaphex
3cbc03b675
(libretro-common/utils) Buildfix
2016-09-21 12:35:38 +02:00
twinaphex
84d8d97ea5
Update libretro-common/utils
2016-09-21 12:33:42 +02:00
twinaphex
b548362869
Use encoding_crc32
2016-09-21 12:31:40 +02:00
Twinaphex
e00ed7f209
Merge pull request #3625 from GregorR/netplay-remove-bsv
...
Removing now-unused BSV-related functions from Netplay
2016-09-21 04:36:34 +02:00
Gregor Richards
851cd0fe6e
Removing now-unused BSV-related functions from Netplay
2016-09-20 22:32:23 -04:00
twinaphex
99d24d9954
Cleanup
2016-09-21 04:19:59 +02:00
twinaphex
0ec5d9aba7
Simplify task_content.c
2016-09-21 04:09:24 +02:00