MCPcopy 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
104static 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
112static void unlockGameDisplays()
113{

Callers 2

checkpointMethod · 0.85
restoreMethod · 0.85

Calls 1

XSyncFunction · 0.85

Tested by

no test coverage detected