dolphin/Source/Core
CarlKenner 4768d0f0a8 This fixes stereoscopic 3D with XFB enabled, for example in the intro in Animal Crossing GameCube NTSC.
The maths appears to give crazy impossible answers without this fix, but the cause is all the ints being "promoted" to unsigned because of the single unsigned division at the end.
2015-01-20 03:42:58 +10:30
..
AudioCommon Merge pull request #1847 from adamdmoss/openal-floatfix 2015-01-10 12:16:05 +11:00
Common Minor fix with psq_st{u,}x disassembly. 2015-01-19 10:12:23 -06:00
Core Move MOVBE wrappers directly into XEmitter class 2015-01-18 13:29:34 +01:00
DiscIO Merge pull request #1796 from Stevoisiak/cacheRevisionNote 2015-01-13 08:36:50 +13:00
DolphinQt Merge pull request #1688 from waddlesplash/dolphin-qt 2015-01-14 13:56:37 -06:00
DolphinWX Fix the input zone drawing in input settings 2015-01-18 17:25:50 +01:00
InputCommon SDL haptic: minor style change based on review feedback 2015-01-13 16:00:35 +00:00
UICommon Added GameCube Adapter support. 2014-12-10 20:45:45 +11:00
VideoBackends This fixes stereoscopic 3D with XFB enabled, for example in the intro in Animal Crossing GameCube NTSC. 2015-01-20 03:42:58 +10:30
VideoCommon VertexLoader: fix position offset bug 2015-01-19 17:38:40 +01:00
CMakeLists.txt