diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-02-26 09:20:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 09:20:12 -0500 |
commit | 26c1edf2f083399a594a834bdd36be85369819f7 (patch) | |
tree | e0d76a17a7c452ed21bb74bcecce8422bab461da /src/yuzu_cmd/default_ini.h | |
parent | c50a930bbb12184e9dee70000cec5588f2f56b0a (diff) | |
parent | b5bcd8c71b2d5fd0528191990b4e11bc916b5d7a (diff) |
Merge pull request #9849 from ameerj/async-astc
texture_cache: Add asynchronous ASTC texture decoding
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index cf3cc4c4e..20e403400 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -342,6 +342,10 @@ nvdec_emulation = # 0: Off, 1 (default): On accelerate_astc = +# Decode ASTC textures asynchronously. +# 0 (default): Off, 1: On +async_astc = + # Turns on the speed limiter, which will limit the emulation speed to the desired speed limit value # 0: Off, 1: On (default) use_speed_limit = |