Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ DoBitfield
Method
DoBitfield
pcsx2/StateWrapper.h:234–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
233
template <typename T>
234
T DoBitfield(T data)
235
{
236
Do(&data);
237
return data;
238
}
239
240
bool DoMarker(const char* marker);
241
Callers
1
DoOHCIState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected