dolphin/Source/Core
Léo Lam 131aeec580 Boot_WiiWAD: Set the UID and GID on launch
This adds code to update the PPC's UID and GID, which fixes a
regression with the system menu. Ideally, we would simply rely on IOS's
ES_Launch here and not duplicate the logic here, but we cannot do that
properly until the direct WAD launch hack is dropped, *and* until the
IOS changes that would enable internal calls are ready.

Since this fixes a semi-important regression with managing saves from
the SM, and the duplication is not too terrible, I believe it is a good
idea to get this fixed right now to avoid affecting users too much.

I do plan to fix this properly in the future.
2017-05-07 17:02:36 +02:00
..
AudioCommon DPL2Decoder: Prefer static_cast to C-style casts 2017-04-23 09:21:30 +01:00
Common NandPaths: Make .h function order match .cpp 2017-05-06 17:51:50 +02:00
Core Boot_WiiWAD: Set the UID and GID on launch 2017-05-07 17:02:36 +02:00
DiscIO Don't duplicate code for getting paths based on title IDs 2017-05-06 17:45:08 +02:00
DolphinNoGUI IOS: Convert the IOS kernel HLE code to a class 2017-04-30 17:18:53 +02:00
DolphinQt2 Qt: Port help menu items. 2017-05-07 03:47:10 -07:00
DolphinWX Merge pull request #5384 from leoetlino/disable 2017-05-06 19:38:07 -04:00
InputCommon Merge pull request #5345 from JosJuice/consistent-controller-translation 2017-05-04 09:00:41 -07:00
UICommon Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
VideoBackends OpenGL: Mute nvidia performance warning about stalling the GPU. 2017-05-03 23:48:14 +02:00
VideoCommon Add a workaround for a PowerVR glsl compiler bug 2017-05-03 19:33:56 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00