mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
video_core: Track renderpass scopes properly
This commit is contained in:
committed by
TheTurtle
parent
ad10020836
commit
22b930ba5e
@@ -126,7 +126,7 @@ void Emulator::Run(const std::filesystem::path& file) {
|
||||
std::jthread([this](std::stop_token stop_token) { linker->Execute(); });
|
||||
|
||||
// Begin main window loop until the application exits
|
||||
static constexpr std::chrono::microseconds FlipPeriod{10};
|
||||
static constexpr std::chrono::milliseconds FlipPeriod{16};
|
||||
|
||||
while (window.isOpen()) {
|
||||
window.waitEvent();
|
||||
|
||||
Reference in New Issue
Block a user