diff options
| author | 2023-02-22 00:48:12 -0500 | |
|---|---|---|
| committer | 2023-02-22 18:21:09 -0500 | |
| commit | b5bcd8c71b2d5fd0528191990b4e11bc916b5d7a (patch) | |
| tree | a01027160958974738f322a491b22f009379d19b /src/yuzu_cmd/default_ini.h | |
| parent | texture_cache: Add async texture decoding (diff) | |
| download | yuzu-b5bcd8c71b2d5fd0528191990b4e11bc916b5d7a.tar.gz yuzu-b5bcd8c71b2d5fd0528191990b4e11bc916b5d7a.tar.xz yuzu-b5bcd8c71b2d5fd0528191990b4e11bc916b5d7a.zip | |
configuration: Add async ASTC decode setting
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 = | |||
| 342 | # 0: Off, 1 (default): On | 342 | # 0: Off, 1 (default): On |
| 343 | accelerate_astc = | 343 | accelerate_astc = |
| 344 | 344 | ||
| 345 | # Decode ASTC textures asynchronously. | ||
| 346 | # 0 (default): Off, 1: On | ||
| 347 | async_astc = | ||
| 348 | |||
| 345 | # Turns on the speed limiter, which will limit the emulation speed to the desired speed limit value | 349 | # Turns on the speed limiter, which will limit the emulation speed to the desired speed limit value |
| 346 | # 0: Off, 1: On (default) | 350 | # 0: Off, 1: On (default) |
| 347 | use_speed_limit = | 351 | use_speed_limit = |