diff options
Diffstat (limited to 'src/citra/default_ini.h')
| -rw-r--r-- | src/citra/default_ini.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h index bb4720d25..7996813b4 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h | |||
| @@ -51,9 +51,10 @@ use_hw_renderer = | |||
| 51 | # 0: Interpreter (slow), 1 (default): JIT (fast) | 51 | # 0: Interpreter (slow), 1 (default): JIT (fast) |
| 52 | use_shader_jit = | 52 | use_shader_jit = |
| 53 | 53 | ||
| 54 | # Whether to use native 3DS screen resolution or to scale rendering resolution to the displayed screen size. | 54 | # Resolution scale factor |
| 55 | # 0 (default): Native, 1: Scaled | 55 | # 0: Auto (scales resolution to window size), 1: Native 3DS screen resolution, Otherwise a scale |
| 56 | use_scaled_resolution = | 56 | # factor for the 3DS resolution |
| 57 | resolution_factor = | ||
| 57 | 58 | ||
| 58 | # Whether to enable V-Sync (caps the framerate at 60FPS) or not. | 59 | # Whether to enable V-Sync (caps the framerate at 60FPS) or not. |
| 59 | # 0 (default): Off, 1: On | 60 | # 0 (default): Off, 1: On |