diff options
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 d728fb9e8..fd9a9273a 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h | |||
| @@ -71,6 +71,21 @@ bg_green = | |||
| 71 | # 0 (default): Default Top Bottom Screen, 1: Single Screen Only, 2: Large Screen Small Screen | 71 | # 0 (default): Default Top Bottom Screen, 1: Single Screen Only, 2: Large Screen Small Screen |
| 72 | layout_option = | 72 | layout_option = |
| 73 | 73 | ||
| 74 | # Toggle custom layout (using the settings below) on or off. | ||
| 75 | # 0 (default): Off , 1: On | ||
| 76 | custom_layout = | ||
| 77 | |||
| 78 | # Screen placement when using Custom layout option | ||
| 79 | # 0x, 0y is the top left corner of the render window. | ||
| 80 | custom_top_left = | ||
| 81 | custom_top_top = | ||
| 82 | custom_top_right = | ||
| 83 | custom_top_bottom = | ||
| 84 | custom_bottom_left = | ||
| 85 | custom_bottom_top = | ||
| 86 | custom_bottom_right = | ||
| 87 | custom_bottom_bottom = | ||
| 88 | |||
| 74 | #Whether to toggle frame limiter on or off. | 89 | #Whether to toggle frame limiter on or off. |
| 75 | # 0: Off , 1 (default): On | 90 | # 0: Off , 1 (default): On |
| 76 | toggle_framelimit = | 91 | toggle_framelimit = |