diff options
| author | 2018-01-17 12:09:47 -0500 | |
|---|---|---|
| committer | 2018-01-17 12:09:47 -0500 | |
| commit | 1998a165577d4bf56fc2082521df1c15d7831491 (patch) | |
| tree | bdfe6e16ca18b97d951426a0db28e76ef6e8e2d7 | |
| parent | Merge pull request #62 from bunnei/domain-close-handle (diff) | |
| parent | Update default_ini.h (diff) | |
| download | yuzu-1998a165577d4bf56fc2082521df1c15d7831491.tar.gz yuzu-1998a165577d4bf56fc2082521df1c15d7831491.tar.xz yuzu-1998a165577d4bf56fc2082521df1c15d7831491.zip | |
Merge pull request #71 from N00byKing/patch-1
Implement Pull #3109 from citra: sdl2 default ini: fix framelimit
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 5a2f539b1..156f7a1a4 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -124,8 +124,8 @@ custom_bottom_top = | |||
| 124 | custom_bottom_right = | 124 | custom_bottom_right = |
| 125 | custom_bottom_bottom = | 125 | custom_bottom_bottom = |
| 126 | 126 | ||
| 127 | #Whether to toggle frame limiter on or off. | 127 | # Whether to toggle frame limiter on or off. |
| 128 | # 0: Off , 1 (default): On | 128 | # 0: Off, 1 (default): On |
| 129 | toggle_framelimit = | 129 | toggle_framelimit = |
| 130 | 130 | ||
| 131 | # Swaps the prominent screen with the other screen. | 131 | # Swaps the prominent screen with the other screen. |