diff options
author | bunnei <bunneidev@gmail.com> | 2015-07-23 05:25:30 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-08-16 00:01:07 +0200 |
commit | 094ae6fadb57883e25d412443fcae987ddf240ef (patch) | |
tree | 8817c9b0672bd02be3fa32a02f3f126f0ecfb664 /src/citra/default_ini.h | |
parent | Common: Added MurmurHash3 hash function for general-purpose use. (diff) | |
download | yuzu-094ae6fadb57883e25d412443fcae987ddf240ef.tar yuzu-094ae6fadb57883e25d412443fcae987ddf240ef.tar.gz yuzu-094ae6fadb57883e25d412443fcae987ddf240ef.tar.bz2 yuzu-094ae6fadb57883e25d412443fcae987ddf240ef.tar.lz yuzu-094ae6fadb57883e25d412443fcae987ddf240ef.tar.xz yuzu-094ae6fadb57883e25d412443fcae987ddf240ef.tar.zst yuzu-094ae6fadb57883e25d412443fcae987ddf240ef.zip |
Diffstat (limited to '')
-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 1925bece8..7e5d49729 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h @@ -42,6 +42,10 @@ frame_skip = # 0 (default): Software, 1: Hardware use_hw_renderer = +# Whether to use the Just-In-Time (JIT) compiler for shader emulation +# 0 : Interpreter (slow), 1 (default): JIT (fast) +use_shader_jit = + # The clear color for the renderer. What shows up on the sides of the bottom screen. # Must be in range of 0.0-1.0. Defaults to 1.0 for all. bg_red = |