dolphin/Source/Core
Rodolfo Osvaldo Bogado 9d792d4673 added ssaa and efb scale as separate configurations:
efb scale :
auto fractional: the original scaling way, will grant a 1:1 pixel mapping between efb and screen giving the best image quality even in non standard resolutions
at the cost of glitches in some games.
auto integral: automatic but only int values for the scale, no glitches but only the correct pixel scaling when using some resolutions.
the rest are the fixed scales.
enjoy.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5639 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-09 15:33:01 +00:00
..
AudioCommon Fixes a crash in the DirectSound back-end. 2010-06-08 13:28:12 +00:00
Common Hg: 2010-06-09 01:37:08 +00:00
Core Aligned ARAM DMA to 32 byte boundaries and multiples of 4 bytes in length 2010-06-09 12:05:00 +00:00
DSPCore dsplle - cleaning 2010-06-08 18:46:02 +00:00
DebuggerUICommon Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
DebuggerWX Hg: 2010-06-09 01:37:08 +00:00
DiscIO Hg: 2010-06-09 01:37:08 +00:00
DolphinWX Hg: 2010-06-09 01:37:08 +00:00
InputCommon Hg: 2010-06-09 01:37:08 +00:00
VideoCommon added ssaa and efb scale as separate configurations: 2010-06-09 15:33:01 +00:00