diff options
| author | 2018-08-22 01:19:50 -0400 | |
|---|---|---|
| committer | 2018-08-22 01:19:50 -0400 | |
| commit | cea627b0fc109ee27b3d0cabd8f803c8c2c2ac8b (patch) | |
| tree | 0fd784bbd8788158b88a0ee3125278b8f5e79e4c /src/core/settings.h | |
| parent | Merge pull request #1154 from OatmealDome/topology-lines (diff) | |
| parent | Port #3353 from Citra (diff) | |
| download | yuzu-cea627b0fc109ee27b3d0cabd8f803c8c2c2ac8b.tar.gz yuzu-cea627b0fc109ee27b3d0cabd8f803c8c2c2ac8b.tar.xz yuzu-cea627b0fc109ee27b3d0cabd8f803c8c2c2ac8b.zip | |
Merge pull request #840 from FearlessTobi/port-3353
Port #3353 from Citra: "citra-qt: Add customizable speed limit target "
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 73dc3061f..ed6f42471 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -130,7 +130,8 @@ struct Values { | |||
| 130 | 130 | ||
| 131 | // Renderer | 131 | // Renderer |
| 132 | float resolution_factor; | 132 | float resolution_factor; |
| 133 | bool toggle_framelimit; | 133 | bool use_frame_limit; |
| 134 | u16 frame_limit; | ||
| 134 | bool use_accurate_framebuffers; | 135 | bool use_accurate_framebuffers; |
| 135 | 136 | ||
| 136 | float bg_red; | 137 | float bg_red; |