[hw_composer]: Add "Respect present interval 0 for unlocked FPS"

Co-authored-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Gamer64 2025-08-07 22:43:32 +02:00 committed by Caio Oliveira
parent 5b019a81a7
commit 4dcbc1c03c
No known key found for this signature in database
GPG key ID: 362DA3DC1901E080
7 changed files with 29 additions and 0 deletions

View file

@ -342,6 +342,9 @@ struct Values {
Category::Renderer};
SwitchableSetting<bool> use_asynchronous_gpu_emulation{
linkage, true, "use_asynchronous_gpu_emulation", Category::Renderer};
SwitchableSetting<bool> respect_present_interval_zero{
linkage, false, "respect_present_interval_zero", Category::Renderer};
SwitchableSetting<AstcDecodeMode, true> accelerate_astc{linkage,
#ifdef ANDROID
AstcDecodeMode::Cpu,