dolphin/Source/Core/Core/Config
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
..
GraphicsSettings.cpp Revert "Convert to/from old EFB scale numbering" 2017-11-02 21:39:05 +01:00
GraphicsSettings.h Revert "Convert to/from old EFB scale numbering" 2017-11-02 21:39:05 +01:00
MainSettings.cpp Config: Add MainSettings 2017-08-11 15:36:32 +08:00
MainSettings.h Config: Add MainSettings 2017-08-11 15:36:32 +08:00
NetplaySettings.cpp WX: make Netplay use new-style config 2017-08-03 13:16:17 -07:00
NetplaySettings.h WX: make Netplay use new-style config 2017-08-03 13:16:17 -07:00
SYSCONFSettings.cpp Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
SYSCONFSettings.h Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00