diff options
Diffstat (limited to 'src/citra/default_ini.h')
| -rw-r--r-- | src/citra/default_ini.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h index e7e45f4a9..7352c70c2 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h | |||
| @@ -26,6 +26,10 @@ pad_sdown = | |||
| 26 | pad_sleft = | 26 | pad_sleft = |
| 27 | pad_sright = | 27 | pad_sright = |
| 28 | 28 | ||
| 29 | [Core] | ||
| 30 | cpu_core = ## 0: Interpreter (default), 1: FastInterpreter (experimental) | ||
| 31 | gpu_refresh_rate = ## 60 (default), 1024 or 2048 may work better on the FastInterpreter | ||
| 32 | |||
| 29 | [Data Storage] | 33 | [Data Storage] |
| 30 | use_virtual_sd = | 34 | use_virtual_sd = |
| 31 | )"; | 35 | )"; |