mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 08:10:10 +01:00
add missed file
This commit is contained in:
parent
23fd83e3d5
commit
7c44c8fe4b
|
|
@ -68,6 +68,7 @@ struct DeviceContext {
|
|||
static constexpr auto kMaxProcessCount = 6;
|
||||
|
||||
PadState kbPadState{};
|
||||
std::atomic<std::uint64_t> vblankCount{};
|
||||
std::atomic<std::uint64_t> cpuCacheCommands[kMaxProcessCount][4]{};
|
||||
rx::shared_atomic32 cpuCacheCommandsIdle[kMaxProcessCount]{};
|
||||
rx::shared_atomic32 gpuCacheCommand[kMaxProcessCount]{};
|
||||
|
|
|
|||
Loading…
Reference in a new issue