Browse Source
[vulkan] Add support for target FPS frame pacing (#3494)
[vulkan] Add support for target FPS frame pacing (#3494)
This allows users to choose how the emulator manages frame pacing to reduce stuttering and provide a smoother and more consistent frame rate. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3494 Reviewed-by: CamilleLaVey <camillelavey99@gmail.com> Co-authored-by: MaranBr <maranbr@outlook.com> Co-committed-by: MaranBr <maranbr@outlook.com>descriptor_pool_opt
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
11 changed files with 121 additions and 8 deletions
-
1src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/IntSetting.kt
-
9src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt
-
1src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/ui/SettingsFragmentPresenter.kt
-
15src/android/app/src/main/res/values/arrays.xml
-
9src/android/app/src/main/res/values/strings.xml
-
7src/common/settings.h
-
1src/common/settings_enums.h
-
10src/qt_common/config/shared_translation.cpp
-
2src/video_core/renderer_vulkan/vk_scheduler.cpp
-
32src/video_core/renderer_vulkan/vk_scheduler.h
-
42src/video_core/renderer_vulkan/vk_swapchain.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue