dolphin/Source/Core
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
..
AudioCommon Remove libao sound backend 2017-03-31 14:59:57 -07:00
Common Merge pull request #5159 from ligfx/arm64warnings 2017-04-02 17:07:17 +02:00
Core IOS: Don't expose HLE::Reset() 2017-04-02 18:00:32 +02:00
DiscIO Merge pull request #5152 from ligfx/disciomaybeuninitialized 2017-03-31 00:11:53 -04:00
DolphinNoGUI Don't special-case nogui exe name on Apple. 2017-03-08 13:17:49 -08:00
DolphinQt2 CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
DolphinWX ExpressionParser: Rename ParseStatus' Success member to Successful 2017-04-02 06:13:18 -04:00
InputCommon ExpressionParser: Rename ParseStatus' Success member to Successful 2017-04-02 06:13:18 -04:00
UICommon Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
VideoBackends OGL: Fix MSAA being forced to 1x 2017-03-31 21:55:26 +10:00
VideoCommon Fifo: Remove unnecessary integral casts 2017-03-28 10:35:26 -04:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00