dolphin-emulator/Source/Core
Fiora c9be85b079 Fix quant/dequant table bug
1<<31 is not 2^31 because 1 is a signed int in C; this bug affected both the
JIT and interpreter quantized store implementations, though I don't know if
any games were actually affected.
2014-08-04 10:08:42 -04:00
..
AudioCommon Merge pull request #724 from lioncash/mem_fn 2014-08-03 21:25:24 -07:00
Common Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
Core Fix quant/dequant table bug 2014-08-04 10:08:42 -04:00
DiscIO Remove fakepoll.h. 2014-07-26 22:53:40 -04:00
DolphinWX Merge pull request #734 from lioncash/debug 2014-08-04 03:18:14 -04:00
InputCommon UnitTests: make it possible to build tests for code that has global dependencies 2014-08-02 09:34:39 -07:00
VideoBackends Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
VideoCommon Merge pull request #394 from degasus/d3d_lighting_fix 2014-08-03 21:21:23 -07:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00