Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ syncGameDisplays
Function
syncGameDisplays
src/library/checkpoint/SaveStateManager.cpp:104–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
static void syncGameDisplays()
105
{
106
for (int i=0; i<GAMEDISPLAYNUM; i++) {
107
if (x11::gameDisplays[i])
108
XSync(x11::gameDisplays[i], false);
109
}
110
}
111
112
static void unlockGameDisplays()
113
{
Callers
2
checkpoint
Method · 0.85
restore
Method · 0.85
Calls
1
XSync
Function · 0.85
Tested by
no test coverage detected