dolphin/Source/Core
Léo Lam a000a3c23f Only allow reset/power when core is running
If we don't check for Core::IsRunning(), event types such as
iosNotifyResetButton may actually be nullptr, or some random invalid
pointer (after an emulation start then shutdown) and be used when the
user triggers a reset, which causes random crashes.
2017-01-19 22:08:13 +01:00
..
AudioCommon Add Silent Audio Dumping INI Option 2017-01-08 13:53:44 -05:00
Common Update log types names from IPC_HLE to IOS 2017-01-18 21:43:37 +01:00
Core Only allow reset/power when core is running 2017-01-19 22:08:13 +01:00
DiscIO DiscIO: Export GetKeyFromTicket 2017-01-14 17:06:40 +01:00
DolphinQt2 DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
DolphinWX Put IOS devices in a namespace and drop WII_IPC_HLE prefix 2017-01-18 21:42:33 +01:00
InputCommon Merge pull request #4671 from endrift/fix-libusb 2017-01-17 21:43:08 +13:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Merge pull request #4496 from Mystro256/master 2017-01-13 23:13:08 +13:00
VideoCommon Merge pull request #4656 from hthh/cmpr-fixes 2017-01-17 11:05:42 +13:00
CMakeLists.txt