Skip to content

Commit

Permalink
leftover atomic from separate thread
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed Oct 29, 2023
1 parent 6b7a19e commit 50f62b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cafe/HW/Latte/Core/LatteTiming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void LatteTiming_signalVsync()

HRTick s_lastHostVsync = 0;
int s_hostPaceWithinRangeCounter = 0;
std::atomic<bool> s_hostPaceWithinRange = false;
bool s_hostPaceWithinRange = false;

// notify when host vsync event is triggered (on renderer canvas)
void LatteTiming_NotifyHostVSync()
Expand Down

0 comments on commit 50f62b6

Please sign in to comment.