mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-16 04:28:57 +02:00
[hw_composer]: Add "Respect present interval 0 for unlocked FPS"
Co-authored-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
parent
5b019a81a7
commit
4dcbc1c03c
7 changed files with 29 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue