diff options
| author | 2017-03-21 22:57:31 -0400 | |
|---|---|---|
| committer | 2017-03-21 22:57:31 -0400 | |
| commit | ccc3985cc0efe520bf4f53d4fcac7bfe1abdc82c (patch) | |
| tree | 38120c3cf4e7af72dc8122f9f278b77aa52b663b /src/citra/default_ini.h | |
| parent | Removed a linebreak from the README. (diff) | |
| parent | Add custom layout settings. (diff) | |
| download | yuzu-ccc3985cc0efe520bf4f53d4fcac7bfe1abdc82c.tar.gz yuzu-ccc3985cc0efe520bf4f53d4fcac7bfe1abdc82c.tar.xz yuzu-ccc3985cc0efe520bf4f53d4fcac7bfe1abdc82c.zip | |
Merge pull request #2512 from SonofUgly/custom-layout
Add custom layout settings.
Diffstat (limited to 'src/citra/default_ini.h')
| -rw-r--r-- | src/citra/default_ini.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h index af9f7aa2a..084372df4 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h | |||
| @@ -84,6 +84,21 @@ bg_green = | |||
| 84 | # 0 (default): Default Top Bottom Screen, 1: Single Screen Only, 2: Large Screen Small Screen | 84 | # 0 (default): Default Top Bottom Screen, 1: Single Screen Only, 2: Large Screen Small Screen |
| 85 | layout_option = | 85 | layout_option = |
| 86 | 86 | ||
| 87 | # Toggle custom layout (using the settings below) on or off. | ||
| 88 | # 0 (default): Off , 1: On | ||
| 89 | custom_layout = | ||
| 90 | |||
| 91 | # Screen placement when using Custom layout option | ||
| 92 | # 0x, 0y is the top left corner of the render window. | ||
| 93 | custom_top_left = | ||
| 94 | custom_top_top = | ||
| 95 | custom_top_right = | ||
| 96 | custom_top_bottom = | ||
| 97 | custom_bottom_left = | ||
| 98 | custom_bottom_top = | ||
| 99 | custom_bottom_right = | ||
| 100 | custom_bottom_bottom = | ||
| 101 | |||
| 87 | #Whether to toggle frame limiter on or off. | 102 | #Whether to toggle frame limiter on or off. |
| 88 | # 0: Off , 1 (default): On | 103 | # 0: Off , 1 (default): On |
| 89 | toggle_framelimit = | 104 | toggle_framelimit = |