Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ DoPODArray
Method
DoPODArray
pcsx2/StateWrapper.h:171–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
170
template <typename T>
171
void DoPODArray(T* values, size_t count)
172
{
173
for (size_t i = 0; i < count; i++)
174
DoPOD(&values[i]);
175
}
176
177
void DoBytes(void* data, size_t length);
178
Callers
4
DoDeviceState
Method · 0.80
Freeze
Method · 0.80
Freeze
Method · 0.80
Freeze
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected