summaryrefslogtreecommitdiff
path: root/src/citra/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra/default_ini.h')
-rw-r--r--src/citra/default_ini.h15
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
72layout_option = 72layout_option =
73 73
74# Toggle custom layout (using the settings below) on or off.
75# 0 (default): Off , 1: On
76custom_layout =
77
78# Screen placement when using Custom layout option
79# 0x, 0y is the top left corner of the render window.
80custom_top_left =
81custom_top_top =
82custom_top_right =
83custom_top_bottom =
84custom_bottom_left =
85custom_bottom_top =
86custom_bottom_right =
87custom_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
76toggle_framelimit = 91toggle_framelimit =