dolphin/Source/Core
Lioncash 5db2137538 Interpreter_SystemRegisters: Change PanicAlert to INFO_LOG in mtspr()
As peculiar as this may be, decrementer exceptions by means of setting
the decrementer's zeroth bit from 0 to 1 is valid behavior by software
(and is defined in Programming Environments for 32-bit Microprocessors
in section 2.3.14.1 -- Decrementer operation). Given it's valid behavior,
it doesn't necessarily make sense to use a panic alert and halt, as this
isn't a condition where everything should be considered in a critical
state.

Instead, change it to an info log, so we still make note of it, but
without potentially tearing down state or halting emulation.
2018-06-07 12:14:46 -04:00
..
AudioCommon AudioCommon: Implement WASAPI 2018-05-26 13:08:10 +02:00
Common Merge pull request #7075 from Ebola16/DumpObjects 2018-06-06 15:20:14 +02:00
Core Interpreter_SystemRegisters: Change PanicAlert to INFO_LOG in mtspr() 2018-06-07 12:14:46 -04:00
DiscIO Qt/FilesystemWidget: Add size column 2018-06-02 18:59:56 +02:00
DolphinNoGUI Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
DolphinQt2 Merge pull request #7088 from Ebola16/TFD 2018-06-07 16:50:15 +02:00
DolphinWX Add OSD message for Volume Hotkeys 2018-06-06 17:11:43 +02:00
InputCommon Add hotplug support to SDL2 controller backend 2018-06-04 17:50:08 +02:00
UICommon Merge pull request #7075 from Ebola16/DumpObjects 2018-06-06 15:20:14 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Merge pull request #7075 from Ebola16/DumpObjects 2018-06-06 15:20:14 +02:00
VideoCommon Add OSD message for Volume Hotkeys 2018-06-06 17:11:43 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00