dolphin/Source/Core
Julian Löhr 2b39219367 Remove explicit Wait on Overlap Event
GetOverlappedResult also waits on the event internally (See https://msdn.microsoft.com/en-us/library/windows/desktop/ms683209(v=vs.85).aspx). So instead of explicitly waiting for it before, use its wait. To distinguish between cancel and complete, the status of the request is used, which is saved in the "Internal" member (See https://msdn.microsoft.com/en-us/library/windows/desktop/ms684342(v=vs.85).aspx).
2015-12-06 18:16:08 +01:00
..
AudioCommon WaveFile: Get rid of an explicit delete 2015-12-02 20:05:18 -05:00
Common Merge pull request #3126 from phire/remove-logging-lock 2015-12-03 13:32:07 +13:00
Core Remove explicit Wait on Overlap Event 2015-12-06 18:16:08 +01:00
DiscIO DiscIO: Don't use PlainFileReader in VolumeDirectory 2015-11-28 09:18:22 +01:00
DolphinQt Merge pull request #3211 from JosJuice/themes-to-resources 2015-11-27 23:47:44 +13:00
DolphinQt2 Use a proxy model for the GameList. 2015-11-28 10:00:03 -08:00
DolphinWX Merge pull request #3126 from phire/remove-logging-lock 2015-12-03 13:32:07 +13:00
InputCommon Merge pull request #3253 from Phatcat/master 2015-12-02 22:50:29 +01:00
UICommon UICommon: Respect XDG Base Directory Specification on POSIX systems. 2015-11-10 21:53:29 +00:00
VideoBackends VideoSW: Wipe output vertices 2015-12-02 21:37:12 +01:00
VideoCommon Remove Google Code Reference and Fix Grammar 2015-12-03 18:20:59 -08:00
CMakeLists.txt DolphinQt2 2015-11-27 00:33:07 -08:00