diff options
author | bunnei <bunneidev@gmail.com> | 2014-10-27 22:51:10 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-10-27 22:51:10 -0400 |
commit | 48f80bb79efc3b27f8ff965c43aafeffff99e0e1 (patch) | |
tree | 3d08f714f3392ba6aadb0641bac420d8f24c29dc /src/citra/default_ini.h | |
parent | a110b06fb6cca7c60af1707173686d72430c71fb (diff) | |
parent | 09e19f9f1ee2e965a581e70b30cbc357f4b5ad21 (diff) |
Merge pull request #151 from archshift/dyncom-enabled
Use configuration files to enable or disable the new dyncom interpreter.
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 = pad_sleft = pad_sright = +[Core] +cpu_core = ## 0: Interpreter (default), 1: FastInterpreter (experimental) +gpu_refresh_rate = ## 60 (default), 1024 or 2048 may work better on the FastInterpreter + [Data Storage] use_virtual_sd = )"; |