mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-04 19:36:27 +00:00
fix build
This commit is contained in:
@@ -174,7 +174,7 @@ bool Swapchain::AcquireNextImage() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto wait_with_frame_pacing = [this, image_index] {
|
const auto wait_with_frame_pacing = [this] {
|
||||||
switch (Settings::values.frame_pacing_mode.GetValue()) {
|
switch (Settings::values.frame_pacing_mode.GetValue()) {
|
||||||
case Settings::FramePacingMode::Target_Auto:
|
case Settings::FramePacingMode::Target_Auto:
|
||||||
scheduler.Wait(resource_ticks[image_index]);
|
scheduler.Wait(resource_ticks[image_index]);
|
||||||
|
|||||||
Reference in New Issue
Block a user