diff options
| author | 2015-05-31 04:48:20 -0400 | |
|---|---|---|
| committer | 2015-05-31 04:48:20 -0400 | |
| commit | 833936fc64d63cf3cfd6454c4be0d1f2f7445ffd (patch) | |
| tree | 98f8740bfc89c2dfd4e430677befd003b53d0049 /src/core/settings.h | |
| parent | Merge pull request #822 from bunnei/pica-improvements (diff) | |
| parent | Remove gpu_refresh_rate configuration option (diff) | |
| download | yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar.gz yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar.xz yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.zip | |
Merge pull request #832 from yuriks/refresh-rate-option
Remove gpu_refresh_rate configuration option
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 54c1023b8..5a70d157a 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -35,7 +35,6 @@ struct Values { | |||
| 35 | int pad_cright_key; | 35 | int pad_cright_key; |
| 36 | 36 | ||
| 37 | // Core | 37 | // Core |
| 38 | int gpu_refresh_rate; | ||
| 39 | int frame_skip; | 38 | int frame_skip; |
| 40 | 39 | ||
| 41 | // Data Storage | 40 | // Data Storage |