dolphin-emulator/Source/Core
Lioncash 707615ef82 PowerPC: Fix copying of the MSR.ILE bit to MSR.LE
The MSR.LE bit is supposed to be set to the value of MSR.ILE upon
entering an exception vector to control whether the environment in said
vector operates as little endian or big endian. If this bit is ORed into
the LE bit, then the scenario of operating in little endian but wanting
to take exceptions in big endian will be incorrectly handled.
2018-05-06 14:24:58 -04:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common Merge pull request #6341 from sepalani/debug-watches 2018-05-06 13:25:26 +02:00
Core PowerPC: Fix copying of the MSR.ILE bit to MSR.LE 2018-05-06 14:24:58 -04:00
DiscIO NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 Merge pull request #6761 from spycrab/qt_win_font 2018-05-06 16:15:11 +02:00
DolphinWX Merge pull request #6758 from leoetlino/fs-wiiutils 2018-05-06 14:04:30 +02:00
InputCommon Merge pull request #6564 from JosJuice/translate-certain-button-names 2018-04-14 23:20:39 +02:00
UICommon UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends OGL: Fix incorrect clamping in EFB copies 2018-05-05 17:45:54 +10:00
VideoCommon Merge pull request #6744 from stenzek/ui-disable-vram-copies 2018-05-04 12:01:29 +10:00
CMakeLists.txt