dolphin/Source/Core
comex c5a25d56e0 Remove Android <ucontext.h> hack.
There was a longstanding hack that defined ucontext_t manually to work
around the lack of this header on the Android NDK.  However, it looks
like newer NDK versions now have it like good little POSIX boys, and my
recent header reshuffle broke the build on those versions, presumably
because the real and fake definitions of ucontext_t end up included in
the same file where they weren't under the old organization.

Rather than try to revert the conflict, this commit just removes the
hack.  The buildbot's NDK will need to be upgraded.
2014-11-17 13:29:04 -05:00
..
AudioCommon Various formatting and consistency fixes 2014-11-13 22:42:18 -05:00
Common Various formatting and consistency fixes 2014-11-13 22:42:18 -05:00
Core Remove Android <ucontext.h> hack. 2014-11-17 13:29:04 -05:00
DiscIO Fix reading wii revisions. 2014-11-15 00:39:54 -05:00
DolphinQt Merge pull request #1509 from lioncash/headers 2014-11-06 20:58:13 -05:00
DolphinWX Merge pull request #1558 from comex/command-thread-mismatch 2014-11-16 00:03:35 -05:00
InputCommon Fix some double->float conversions. 2014-11-11 14:14:22 -05:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends Various formatting and consistency fixes 2014-11-13 22:42:18 -05:00
VideoCommon OpcodeDecoder: Skip recursiv display lists 2014-11-15 16:24:06 +01:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00