dolphin/Source/Core
JosJuice 2d3dd5ede7 Revert "Convert to/from old EFB scale numbering"
This reverts commit 1fc910b3ea,
replacing the old INI setting EFBScale with a new INI setting
called InternalResolution, which has a simpler mapping:

                  | EFBScale             | InternalResolution
----------------- | -------------------- | --------------------
Auto (fractional) | 0                    |
Auto (integral)   | 1                    | 0
1x                | 2                    | 1
1.5x              | 3                    |
2x                | 4                    | 2
2.5x              | 5                    |
3x                | 6                    | 3
4x                | 7                    | 4
5x                | 8                    | 5
6x                | 9                    | 6

All the fractional IRs were removed in f090a943.
2017-11-02 21:39:05 +01:00
..
AudioCommon Merge pull request #6130 from ligfx/emptynullsoundstream 2017-10-24 11:44:22 +02:00
Common MemArena: Use names that are based on the PID 2017-10-11 17:40:05 +02:00
Core Revert "Convert to/from old EFB scale numbering" 2017-11-02 21:39:05 +01:00
DiscIO Merge pull request #6148 from leoetlino/null-bug 2017-10-29 10:30:03 +01:00
DolphinNoGUI UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
DolphinQt2 NANDImporter: Add support for dumps that don't include keys 2017-10-28 21:27:18 +02:00
DolphinWX NANDImporter: Add support for dumps that don't include keys 2017-10-28 21:27:18 +02:00
InputCommon Prevent multiple HID elements of same usage type on OSX 2017-09-15 19:19:46 +02:00
UICommon UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
VideoBackends Merge pull request #6118 from Tomcc/master 2017-10-31 21:37:20 +01:00
VideoCommon Fixed fog, lava, water in Mario Galaxy (and possibly other games) in higher IRs by detecting & fixing the mipmaps that aren't just used for downscaling, but are handmade to create a gradient. 2017-10-27 00:45:20 -07:00
CMakeLists.txt