dolphin/Source/Core/Core/IOS
Léo Lam c4136d0365 IOS/ES: Handle contexts properly
This changes the IOS code to handle ES contexts inside of ES, instead
of leaking out implementation details into the IPC request dispatcher.

The intent is to clarify what's shared between every single ES context,
and what is specific to an ES context. (Not much.) This should reduce
the number of static members in the ES class.

The other changes are there just because we now keep track of the
IPC FD inside of ES.

Future plans:

* After the WAD direct launch hack is dropped, the title context
  will be made a class member.

* Have proper function prototypes, instead of having every single one
  of them take ioctlv requests. This will allow reusing IOS code in
  other parts of the Dolphin codebase without having to construct
  ioctlv requests.
2017-04-28 20:20:51 +02:00
..
DI Move DVD code to a new directory 2017-03-31 17:27:23 +02:00
ES IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
FS IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
Network Merge pull request #5105 from lioncash/namespace 2017-04-08 17:12:56 -04:00
SDIO IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
STM IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
USB IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
WFS IOS/WFS: Fix logging message 2017-04-04 17:37:08 +02:00
Device.cpp IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
Device.h IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
DeviceStub.cpp IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
DeviceStub.h IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
IPC.cpp IOS/ES: Handle contexts properly 2017-04-28 20:20:51 +02:00
IPC.h IOS: Implement UID/GID changes for the PPC 2017-04-23 23:09:44 +02:00
MIOS.cpp Move DVD code to a new directory 2017-03-31 17:27:23 +02:00
MIOS.h IOS: Implement MIOS functionality 2017-02-08 15:07:34 +01:00