mirror of
https://github.com/snes9xgit/snes9x.git
synced 2025-04-02 10:42:16 -04:00
Compare commits
No commits in common. "911b416d28e4bf15345f00622f33c615a645f1ea" and "6dd6f1945b6a74ec9349d068725212a197dfacef" have entirely different histories.
911b416d28
...
6dd6f1945b
2 changed files with 1 additions and 6 deletions
|
@ -91,11 +91,6 @@ bool CVulkan::Initialize(HWND hWnd)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (context->swapchain->set_vsync(GUI.Vsync))
|
|
||||||
{
|
|
||||||
context->recreate_swapchain();
|
|
||||||
}
|
|
||||||
|
|
||||||
simple_output = std::make_unique<Vulkan::SimpleOutput>(context.get(), vk::Format::eR5G6B5UnormPack16);
|
simple_output = std::make_unique<Vulkan::SimpleOutput>(context.get(), vk::Format::eR5G6B5UnormPack16);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
@ -706,7 +706,7 @@ void WinThrottleFramerate()
|
||||||
static HANDLE throttle_timer = nullptr;
|
static HANDLE throttle_timer = nullptr;
|
||||||
static int64_t PCBase, PCFrameTime, PCFrameTimeNTSC, PCFrameTimePAL, PCStart, PCEnd;
|
static int64_t PCBase, PCFrameTime, PCFrameTimeNTSC, PCFrameTimePAL, PCStart, PCEnd;
|
||||||
|
|
||||||
if (Settings.SkipFrames != AUTO_FRAMERATE || Settings.TurboMode)
|
if (Settings.SkipFrames != AUTO_FRAMERATE)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!throttle_timer)
|
if (!throttle_timer)
|
||||||
|
|
Loading…
Add table
Reference in a new issue