diff options
| author | 2023-05-20 17:15:36 -0400 | |
|---|---|---|
| committer | 2023-05-23 12:54:40 -0400 | |
| commit | 415c78b87c008f0d963679ea9bc06c8aa566b506 (patch) | |
| tree | 11e6a5d2211a99660a48678059c703e849c06da3 /src/yuzu_cmd/default_ini.h | |
| parent | Merge pull request #10392 from danilaml/update-cubeb-again (diff) | |
| download | yuzu-415c78b87c008f0d963679ea9bc06c8aa566b506.tar.gz yuzu-415c78b87c008f0d963679ea9bc06c8aa566b506.tar.xz yuzu-415c78b87c008f0d963679ea9bc06c8aa566b506.zip | |
textures: add BC1 and BC3 compressors and recompression 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 5e7c3ac04..644a30e59 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -360,6 +360,10 @@ accelerate_astc = | |||
| 360 | # 0 (default): Off, 1: On | 360 | # 0 (default): Off, 1: On |
| 361 | async_astc = | 361 | async_astc = |
| 362 | 362 | ||
| 363 | # Recompress ASTC textures to a different format. | ||
| 364 | # 0 (default): Uncompressed, 1: BC1 (Low quality), 2: BC3: (Medium quality) | ||
| 365 | async_astc = | ||
| 366 | |||
| 363 | # Turns on the speed limiter, which will limit the emulation speed to the desired speed limit value | 367 | # Turns on the speed limiter, which will limit the emulation speed to the desired speed limit value |
| 364 | # 0: Off, 1: On (default) | 368 | # 0: Off, 1: On (default) |
| 365 | use_speed_limit = | 369 | use_speed_limit = |