dolphin/Source/Core
Ryan Houdek 33450c80c3 Fixes a check for what mmap returns.
On error mmap returns MAP_FAILED(-1) not null.
FreeBSD was checking the return correctly, Linux was not.
This was noticed by triad attempting to run Dolphin under valgrind and not getting a memory space under the 2GB limit(Because -1 wraps around on
unsigned obviously)
2014-07-31 00:53:00 -05:00
..
AudioCommon Merge pull request #667 from RachelBryk/remove-audio-limit 2014-07-28 14:38:35 +02:00
Common Fixes a check for what mmap returns. 2014-07-31 00:53:00 -05:00
Core Merge pull request #681 from phire/non-sse4_1 2014-07-31 00:31:02 -04:00
DiscIO Remove fakepoll.h. 2014-07-26 22:53:40 -04:00
DolphinWX Merge pull request #690 from Armada651/d3dfullscreen_fixes 2014-07-30 16:28:56 -07:00
InputCommon Remove fakepoll.h. 2014-07-26 22:53:40 -04:00
VideoBackends Merge pull request #690 from Armada651/d3dfullscreen_fixes 2014-07-30 16:28:56 -07:00
VideoCommon Merge pull request #690 from Armada651/d3dfullscreen_fixes 2014-07-30 16:28:56 -07:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00