diff options
author | bunnei <bunneidev@gmail.com> | 2020-06-16 20:12:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 20:12:17 +0200 |
commit | f22d02083c0ec7627673c9ae021463e2ab8f07bd (patch) | |
tree | c50714fa1aa25fc7a367539547bacd47fe73a605 /src/yuzu_cmd/default_ini.h | |
parent | Merge pull request #4091 from MerryMage/cmakelists-xbyak-order (diff) | |
parent | yuzu/frontend: Remove internal resolution option (diff) | |
download | yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.gz yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.bz2 yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.lz yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.xz yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.zst yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.zip |
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 6f53e9659..45c07ed5d 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -117,11 +117,6 @@ use_hw_renderer = # 0: Interpreter (slow), 1 (default): JIT (fast) use_shader_jit = -# Resolution scale factor -# 0: Auto (scales resolution to window size), 1: Native Switch screen resolution, Otherwise a scale -# factor for the Switch resolution -resolution_factor = - # Aspect ratio # 0: Default (16:9), 1: Force 4:3, 2: Force 21:9, 3: Stretch to Window aspect_ratio = |