core/memory: Pooled memory implementation (#1085)

This commit is contained in:
Daniel R.
2024-09-29 09:28:41 +02:00
committed by GitHub
parent 5e98a3e1d8
commit 80bf46da4c
12 changed files with 301 additions and 11 deletions

View File

@@ -260,7 +260,7 @@ void VideoOutDriver::PresentThread(std::stop_token token) {
static constexpr std::chrono::nanoseconds VblankPeriod{16666667};
const auto vblank_period = VblankPeriod / Config::vblankDiv();
Common::SetCurrentThreadName("PresentThread");
Common::SetCurrentThreadName("shadPS4:PresentThread");
Common::SetCurrentThreadRealtime(vblank_period);
Common::AccurateTimer timer{vblank_period};