mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
fix build
This commit is contained in:
parent
2e89bb890a
commit
32e63b5fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ bool Swapchain::AcquireNextImage() {
|
|||
break;
|
||||
}
|
||||
|
||||
const auto wait_with_frame_pacing = [this, image_index] {
|
||||
const auto wait_with_frame_pacing = [this] {
|
||||
switch (Settings::values.frame_pacing_mode.GetValue()) {
|
||||
case Settings::FramePacingMode::Target_Auto:
|
||||
scheduler.Wait(resource_ticks[image_index]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue