mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 15:57:58 -05:00
configuration: Add async ASTC decode setting
This commit is contained in:
@ -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 =
|
||||
|
Reference in New Issue
Block a user