From b2c9149cf8ce603a59b7f1ad75d7aefb1095f997 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 10 Apr 2020 00:18:53 +0200 Subject: [PATCH] Remove outdated comment from Movie::FrameUpdate 9c5c3c0 made this function be called on the CPU thread. --- Source/Core/Core/Movie.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/Core/Movie.cpp b/Source/Core/Core/Movie.cpp index 377bfd4c4b..8b3672bbfe 100644 --- a/Source/Core/Core/Movie.cpp +++ b/Source/Core/Core/Movie.cpp @@ -191,11 +191,8 @@ std::string GetRTCDisplay() return format_time.str(); } -// NOTE: GPU Thread void FrameUpdate() { - // TODO[comex]: This runs on the GPU thread, yet it messes with the CPU - // state directly. That's super sketchy. s_currentFrame++; if (!s_bPolled) s_currentLagCount++;