Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ IsOpen
Method
IsOpen
pcsx2/MTGS.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
bool MTGS::IsOpen()
114
{
115
return s_open_flag.load(std::memory_order_acquire);
116
}
117
118
void MTGS::StartThread()
119
{
Callers
1
ShutdownCPUProviders
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected