dolphin/Source/Core
NeoBrainX 7473a0cf98 VideoCommon: Use integer arithmetic instead of floating point arithmetic when dealing with EFB scales.
Should fix problems caused by EFB scales other than Native (excluding fractional!). Test whether this fixes games which work fine with native EFB resolution but show glitches with higher internal resolutions.

Also fixed numerous warnings.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6549 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-10 15:54:14 +00:00
..
AudioCommon Use the proper type for printing the OpenAL default device name. 2010-12-07 22:38:03 +00:00
Common Cast size_t to unsigned long for printf to deal with (32-bit) 2010-12-05 18:22:41 +00:00
Core Fixes/Cleanup for the MemcardManager. 2010-12-10 07:11:05 +00:00
DebuggerUICommon
DebuggerWX
DiscIO Cast size_t to unsigned long for printf to deal with (32-bit) 2010-12-05 18:22:41 +00:00
DolphinWX Fixes/Cleanup for the MemcardManager. 2010-12-10 07:11:05 +00:00
DSPCore LLE JIT: Implemented the addr, lsl and lsl16 instructions in the JIT (x64 only). 2010-12-09 11:52:31 +00:00
InputCommon
InputUICommon
VideoCommon VideoCommon: Use integer arithmetic instead of floating point arithmetic when dealing with EFB scales. 2010-12-10 15:54:14 +00:00
VideoUICommon First pass at dealing with different size_t/off_t sizes in C90 environments. 2010-12-05 15:59:11 +00:00
wiiuse Move NSAutoreleasePool handling into the proper entry/exit points 2010-12-05 16:18:09 +00:00
CMakeLists.txt