You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/game_standalone.cpp
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,8 @@ s64 tm_last_frame_time;
364
364
365
365
s32 recording_state;
366
366
367
+
bool enable_autostop;
368
+
367
369
// Velo is restricted to the movement based games.
368
370
// This is done in order to increase reach for games, such as Source 2013 mods which may modify client.dll (otherwise every mod may need tailored setup).
369
371
// We assume that those games only want the capture part of SVR.
0 commit comments