dolphin/Source/Core
Léo Lam dae950ff90 IOS: Implement UID/GID changes for the PPC
This will be required for permission checks in the future.

Note that this is only for the PPC as we do not have actual processes.
Keeping track of other modules' UIDs/GIDs is virtually useless anyway.

UID/GID changes are implemented in the following functions:

* ES_Launch
* ES_DIVerify

ES_SetUid is not implemented yet because it'd need further changes.
2017-04-23 23:09:44 +02:00
..
AudioCommon DPL2Decoder: Prefer static_cast to C-style casts 2017-04-23 09:21:30 +01:00
Common ArmCPUDetect: Add missing include 2017-04-21 11:03:40 +01:00
Core IOS: Implement UID/GID changes for the PPC 2017-04-23 23:09:44 +02:00
DiscIO IOS: Implement UID/GID changes for the PPC 2017-04-23 23:09:44 +02:00
DolphinNoGUI
DolphinQt2
DolphinWX Remove more seemingly unused debug UI strings 2017-04-23 12:39:00 +02:00
InputCommon ControllerEmu: Replace includes with forward declarations 2017-04-04 20:38:30 -04:00
UICommon Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
VideoBackends Merge pull request #5284 from stenzek/vulkan-videocommon-blending-state 2017-04-18 22:16:32 +10:00
VideoCommon OGL: Drop BlendingState.dither 2017-04-18 21:55:23 +10:00
CMakeLists.txt