Commit Graph

135 Commits

Author SHA1 Message Date
twinaphex
7f56e5c214 Move deinit_netplay to netplay.c 2015-04-11 13:31:33 +02:00
twinaphex
a150cb84bd Move init_netplay to netplay.c 2015-04-11 13:29:40 +02:00
twinaphex
ad446249af (netplay.c) Restore 2015-04-11 02:49:30 +02:00
twinaphex
fed283ffd7 (netplay.c) Style nits/cleanups 2015-04-01 17:59:48 +02:00
twinaphex
e6f0d366cb Go through global_get_ptr 2015-03-21 04:43:18 +01:00
twinaphex
7bc845006b Start replacing more g_settings usages 2015-03-20 20:43:22 +01:00
twinaphex
d2c97de070 Move net_compat/net_http to libretro-common 2015-03-20 17:56:00 +01:00
twinaphex
3670ef2ac5 Go through driver_get_ptr to grab pointer to driver struct 2015-03-18 19:40:00 +01:00
twinaphex
ec9758a063 (netplay.c) Style nits 2015-03-16 02:17:04 +01:00
twinaphex
00239a30d6 Create wrapper functions for passing a message to the runloop's
message queue
2015-03-15 02:47:23 +01:00
twinaphex
795ef467ac Move msg_queue and nbio/http to runloop struct 2015-03-07 13:01:41 +01:00
twinaphex
524f754ec3 Core Update Manager works again when HAVE_NETWORKING is defined -
enygmata jumped the gun with refactoring the HAVE_NETPLAY define
2015-01-28 08:55:02 +01:00
Higor Eurípedes
41a48b8ac8 Rename netplay_compat.* to net_compat.* 2015-01-27 20:16:08 -03:00
twinaphex
19e8c224f0 Add log to show WSA has been initialized 2015-01-24 00:14:28 +01:00
twinaphex
16cd8d1321 (netplay.c) Cleanup poll_input 2015-01-23 20:01:25 +01:00
twinaphex
1827696676 Move send_all and recv_all to netplay_compat.c 2015-01-23 19:43:40 +01:00
twinaphex
f6d0a80b3d (Netplay) Create wrapper function for select() 2015-01-23 11:44:13 +01:00
twinaphex
cec500ece5 Create socket_close in netplay_compat.c 2015-01-23 11:36:45 +01:00
twinaphex
57933ec70e Get rid of CONST_CAST/NONCONST_CAST - just do this by default 2015-01-23 11:30:13 +01:00
twinaphex
6b15e8910a (netplay.c) Some cleanups 2015-01-23 09:00:53 +01:00
twinaphex
59f5658066 (netplay.c) Some minor cleanups 2015-01-23 08:51:22 +01:00
twinaphex
c854645ba9 Create netplay_compat.c and put wrappers around getaddrinfo/freeaddrinfo 2015-01-23 06:29:36 +01:00
twinaphex
1463d5e7dc Move message queue to libretro-sdk 2015-01-11 05:35:47 +01:00
twinaphex
357555e1cd Add documentation for netplay 2015-01-09 18:34:00 +01:00
twinaphex
102ec37365 netplay.c - get rid of a bunch of forward declarations 2015-01-09 03:21:47 +01:00
twinaphex
a771b61fd6 Simplify netplay.c - and move variables to top of functions 2015-01-09 03:11:27 +01:00
twinaphex
d4a08d7ec7 (netplay.c) Simplify init_tcp_connection 2015-01-09 03:00:24 +01:00
twinaphex
453321c50b Start updating headers 2015-01-07 17:46:50 +01:00
twinaphex
f39157e39a Change mentions of 'Player' to ' User' 2015-01-05 02:03:17 +01:00
twinaphex
94f5884a45 (XDK) Some stub build fixes 2014-12-23 21:21:49 +01:00
twinaphex
9daecea53e Create network_init and network_deinit functions 2014-12-21 03:29:52 +01:00
twinaphex
181d163b36 Rename 'player' to 'user' 2014-12-05 13:48:54 +01:00
twinaphex
227dbdd39f Rewrite netplay_flip_port 2014-10-21 01:04:57 +02:00
twinaphex
7dbf9f2298 Avoid index local variables 2014-10-20 19:29:49 +02:00
twinaphex
65572c57dc (MSVC) Build fixes 2014-10-03 22:23:02 +02:00
twinaphex
0135d763db Move g_extern.netplay to driver.netplay_data 2014-10-01 23:00:05 +02:00
twinaphex
8437e4bd2a Style/indent nits 2014-09-15 07:03:54 +02:00
Lioncash
64272ef327 Squash some more potential null pointer dereferences 2014-09-11 23:04:02 -04:00
twinaphex
9d783b6627 Style cleanups 2014-09-07 05:47:18 +02:00
twinaphex
3060d0757c Cleanups, 80-char limit 2014-09-02 16:13:42 +02:00
twinaphex
5a77b1aef3 Remove more extraneous elses 2014-08-27 04:02:32 +02:00
twinaphex
2675cd2f76 Rename cart_crc 2014-08-12 03:19:02 +02:00
Themaister
cdc46ae512 Block libretro input when ENABLE_HOTKEY is held. 2014-07-11 00:26:50 +02:00
twinaphex
d267f27130 (Style nit) Rename 'init' to 'initialize' in comments
(Filter) Get rid of questionable ifdef for HAVE_FILTERS_BUILTIN for
filter init
2014-05-30 18:23:32 +02:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex
2c2542ff63 Rename message.c/message.h to message_queue.c/message_queue.h 2013-11-06 15:08:54 +01:00
Lioncash
fac2783a09 Optimize some struct sizes.
This is the list of reduced sizes:

file: dsound.c         - struct dsound_t reduced from 56 bytes to 52 bytes.
file: shader_parse.h   - struct gfx_fbo_scale reduced from 32 bytes to 28 bytes.
file: thread_wrapper.c - struct texture reduced from 28 bytes to 24 bytes.
file: libretro.h       - struct retro_hw_render_callback reduced from 40 bytes to 36 bytes.
file: movie.c          - struct bsv_movie reduced from 36 bytes to 32 bytes.
file: netplay.c        - struct delta_frame reduced from 16 bytes to 12 bytes.
file: performance.h    - struct rarch_perf_counter_t reduced from 40 bytes to 32 bytes.
2013-11-03 23:57:41 -05:00
Themaister
7aa8b40759 Fixup C89 for loops. 2013-10-22 21:37:56 +02:00
twinaphex
5cb9713aae Don't compile in autosave for consoles 2013-02-17 02:00:51 +01:00
Themaister
0b4cf2d053 Update license headers to 2013. 2013-01-01 01:41:15 +01:00