diff options
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index d586e2ef4..6a6265e18 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | namespace Settings { | 7 | namespace Settings { |
| 8 | 8 | ||
| 9 | struct Values { | 9 | struct Values { |
| 10 | // Controls | ||
| 10 | int pad_a_key; | 11 | int pad_a_key; |
| 11 | int pad_b_key; | 12 | int pad_b_key; |
| 12 | int pad_x_key; | 13 | int pad_x_key; |
| @@ -25,6 +26,11 @@ struct Values { | |||
| 25 | int pad_sleft_key; | 26 | int pad_sleft_key; |
| 26 | int pad_sright_key; | 27 | int pad_sright_key; |
| 27 | 28 | ||
| 29 | // Core | ||
| 30 | int cpu_core; | ||
| 31 | int gpu_refresh_rate; | ||
| 32 | |||
| 33 | // Data Storage | ||
| 28 | bool use_virtual_sd; | 34 | bool use_virtual_sd; |
| 29 | } extern values; | 35 | } extern values; |
| 30 | 36 | ||