dolphin/Source/Core
Scott Mansell 4d3c41c8a2 Fixed issues with feild ordering.
This commit fixes issues with PAL games which use the incorrect feild
ordering.
We move all code that deals with indivudal fields from the indivudal
video plugins and VideoCommon and make VideoInterface always pass in
the start address of the whole XFB into VideoCommon.
2013-09-23 16:31:27 +12:00
..
AudioCommon A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
Common Fix stack misalignment issues. 2013-09-20 16:46:48 -04:00
Core Fixed issues with feild ordering. 2013-09-23 16:31:27 +12:00
DiscIO proper fix for issue 6206 2013-09-14 15:09:58 -07:00
DolphinWX Stop dolphin from loading help.png 2013-09-21 06:34:50 +02:00
InputCommon [InputCommon] Fix a bug in ControllerInterface::UpdateOutput() in ControllerInterface.cpp. The variable ok_count was never incremented, which caused the function to always return false. 2013-09-18 10:09:32 -04:00
VideoCommon Fix stack misalignment issues. 2013-09-20 16:46:48 -04:00
CMakeLists.txt