mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00:00
131aeec580
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.