mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Merge pull request #8734 from JosJuice/movie-update-comment
Remove outdated comment from Movie::FrameUpdate
This commit is contained in:
commit
d8d620ef0e
1 changed files with 0 additions and 3 deletions
|
@ -191,11 +191,8 @@ std::string GetRTCDisplay()
|
||||||
return format_time.str();
|
return format_time.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
// NOTE: GPU Thread
|
|
||||||
void FrameUpdate()
|
void FrameUpdate()
|
||||||
{
|
{
|
||||||
// TODO[comex]: This runs on the GPU thread, yet it messes with the CPU
|
|
||||||
// state directly. That's super sketchy.
|
|
||||||
s_currentFrame++;
|
s_currentFrame++;
|
||||||
if (!s_bPolled)
|
if (!s_bPolled)
|
||||||
s_currentLagCount++;
|
s_currentLagCount++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue