diff --git a/rpcsx/gpu/DeviceContext.hpp b/rpcsx/gpu/DeviceContext.hpp index 085b113e8..8590b7e1d 100644 --- a/rpcsx/gpu/DeviceContext.hpp +++ b/rpcsx/gpu/DeviceContext.hpp @@ -68,6 +68,7 @@ struct DeviceContext { static constexpr auto kMaxProcessCount = 6; PadState kbPadState{}; + std::atomic vblankCount{}; std::atomic cpuCacheCommands[kMaxProcessCount][4]{}; rx::shared_atomic32 cpuCacheCommandsIdle[kMaxProcessCount]{}; rx::shared_atomic32 gpuCacheCommand[kMaxProcessCount]{};