dolphin/Source/Core/Core
mathieui e0ef8fc03f NetPlay: Make the enet interrupts work
Otherwise, it would work but any async sending would be delayed by 4ms or
wait until the next packet was received.

Also increase the client timeout to 250ms, since enet_host_service is now
really interrupted.
2015-03-18 10:16:11 +01:00
..
Boot De-capitalized CountryCode 2015-02-26 16:57:31 -05:00
Debugger
DSP Clean up the intrinsics #ifdef mess 2015-02-24 01:02:36 +01:00
FifoPlayer
HLE
HW Merge pull request #2183 from RachelBryk/netplay-time 2015-03-18 13:52:17 +11:00
IPC_HLE Fix IPCHLE for gethostbyname. 2015-03-11 17:08:15 -07:00
PowerPC Merge pull request #2222 from Tilka/fix_warnings 2015-03-16 17:41:46 -07:00
ActionReplay.cpp Fix 4.0-5689 regression (AR codes, patches) 2015-03-06 12:26:40 +01:00
ActionReplay.h Fix 4.0-5689 regression (AR codes, patches) 2015-03-06 12:26:40 +01:00
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp Merge pull request #2018 from JosJuice/gameini-region-wildcard 2015-02-21 15:47:57 +01:00
BootManager.h
CMakeLists.txt Change netplay initial gctime to be determined by the hosts initial time 2015-02-25 18:28:26 -08:00
ConfigManager.cpp Fix user directories at times doing stupid things. 2015-03-15 09:19:48 -05:00
ConfigManager.h Removed the GC Adapter "Use Thread" option as it was not useful. 2015-03-05 23:30:43 +11:00
Core.cpp Fixed the crash that would occur when the Refresh button was pressed in the controllers config. 2015-03-08 20:27:13 +11:00
Core.h
Core.vcxproj enet: fix Visual Studio files 2015-03-02 22:20:37 +01:00
Core.vcxproj.filters
CoreParameter.cpp CoreParameter: Refactor game INI code 2015-02-24 20:01:11 +01:00
CoreParameter.h CoreParameter: Refactor game INI code 2015-02-24 20:01:11 +01:00
CoreTiming.cpp Merge pull request #1854 from JosJuice/read-disc-after-delay 2015-02-18 20:35:07 +00:00
CoreTiming.h DVDInterface: Read disc after delay, not before 2015-02-17 14:57:36 +01:00
DSPEmulator.cpp
DSPEmulator.h
ec_wii.cpp Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
ec_wii.h
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h
HotkeyManager.cpp Fixed a crash on launch which occurred if the hotkeys are not defined and the default hotkeys are loaded. 2015-03-08 20:27:14 +11:00
HotkeyManager.h Fixed the crash that would occur when the Refresh button was pressed in the controllers config. 2015-03-08 20:27:13 +11:00
MachineContext.h
MemTools.cpp
MemTools.h
Movie.cpp Change netplay initial gctime to be determined by the hosts initial time 2015-02-25 18:28:26 -08:00
Movie.h VideoCommon: rename efb2tex and efb2ram 2015-02-24 23:10:13 +01:00
NetPlayClient.cpp NetPlay: Make the enet interrupts work 2015-03-18 10:16:11 +01:00
NetPlayClient.h NetPlay: Remove RunOnThread and add SendAsync methods 2015-03-18 10:16:11 +01:00
NetPlayProto.h Use system time for start time in netplay. 2015-03-11 23:21:14 -04:00
NetPlayServer.cpp NetPlay: Make the enet interrupts work 2015-03-18 10:16:11 +01:00
NetPlayServer.h NetPlay: Remove RunOnThread and add SendAsync methods 2015-03-18 10:16:11 +01:00
PatchEngine.cpp
PatchEngine.h Fix 4.0-5689 regression (AR codes, patches) 2015-03-06 12:26:40 +01:00
State.cpp Calibrated the GCPad even if the game does not explicitly do so. 2015-03-09 17:07:15 +11:00
State.h
VolumeHandler.cpp
VolumeHandler.h