dolphin/Source/Core/Core/IOS
Léo Lam 0dbad29bf4 IOS: Don't expose HLE::Reset()
This is an implementation detail that does not have to be exposed.

It was used in WII_IPC whenever the IPC gets reset, but that does not
make much sense to me: the only time when IOS loses state and the IPC
registers are set up again is when it's reloaded. And reloading IOS
already calls Reset() indirectly.

Also, an IPC reset from the PPC definitely should not close all opened
devices!

This also gets rid of a special case for clear_devices, which is now
completely unneeded.
2017-04-02 18:00:32 +02:00
..
DI Move DVD code to a new directory 2017-03-31 17:27:23 +02:00
ES IOS: Move ES return codes 2017-03-28 20:02:26 +02:00
FS IOS: Clear the /tmp directory on IOS boot 2017-02-26 12:19:57 +01:00
Network Merge pull request #4951 from waddlesplash/haiku-2 2017-03-28 17:19:35 +13:00
SDIO IOS: Remove IOS prefix on a few structs/enums 2017-01-19 19:10:31 +01:00
STM IOS STM: Get rid of forward declarations in the cpp file 2017-01-29 19:30:56 -05:00
USB IOS/USB: Unref libusb devices manually 2017-03-26 15:58:30 +02:00
WFS Move DVD code to a new directory 2017-03-31 17:27:23 +02:00
Device.cpp IOS: Implement OH0 (/dev/usb/oh0) 2017-02-05 11:36:48 +01:00
Device.h IOS: Move ES return codes 2017-03-28 20:02:26 +02:00
DeviceStub.cpp IOS: Remove IOS prefix on a few structs/enums 2017-01-19 19:10:31 +01:00
DeviceStub.h IOS: Remove IOS prefix on a few structs/enums 2017-01-19 19:10:31 +01:00
IPC.cpp IOS: Don't expose HLE::Reset() 2017-04-02 18:00:32 +02:00
IPC.h IOS: Don't expose HLE::Reset() 2017-04-02 18:00:32 +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