diff options
author | bunnei <bunneidev@gmail.com> | 2016-12-30 05:28:27 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2017-01-07 09:23:22 +0100 |
commit | 22ad9094e6355e84f2e45abcd66748b2c74dfaf9 (patch) | |
tree | 1124bc25253f2c4f6adc7ec9a90aa9a3d2213ba6 /src/citra/default_ini.h | |
parent | Merge pull request #2410 from Subv/sleepthread (diff) | |
download | yuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.tar yuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.tar.gz yuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.tar.bz2 yuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.tar.lz yuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.tar.xz yuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.tar.zst yuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.zip |
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 = # 0: Interpreter (slow), 1 (default): JIT (fast) use_shader_jit = -# Whether to use native 3DS screen resolution or to scale rendering resolution to the displayed screen size. -# 0 (default): Native, 1: Scaled -use_scaled_resolution = +# Resolution scale factor +# 0: Auto (scales resolution to window size), 1: Native 3DS screen resolution, Otherwise a scale +# factor for the 3DS resolution +resolution_factor = # Whether to enable V-Sync (caps the framerate at 60FPS) or not. # 0 (default): Off, 1: On |