dolphin/Source/Core
pierre 010a60c56a Core/DSP/Jit: Fix instruction size retrieval in Branch emitters.
Reading the instruction from memory at the given address and using that
as index in the opTable leads to more correct results than using the
address as index into opTable.

Also assert when trying to execute a bad instruction instead of crashing
without warning.



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7384 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-20 23:30:24 +00:00
..
AudioCommon Fix and issue with the escape button closing the hotkey dialog when trying to set a hotkey to escape. 2011-03-16 12:59:05 +00:00
Common Simplify the SCons build: 2011-03-20 18:35:07 +00:00
Core Core/DSP/Jit: Fix instruction size retrieval in Branch emitters. 2011-03-20 23:30:24 +00:00
DiscIO Reinstate AfterInit(), which is still needed for MacOpenFile() 2011-03-16 01:50:46 +00:00
DolphinWX Simplify the SCons build: 2011-03-20 18:35:07 +00:00
InputCommon Fix DInput rumble. 2011-03-15 04:04:27 +00:00
VideoCommon Simplify the SCons build: 2011-03-20 18:35:07 +00:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00