MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / DisplayConfigPath

Function DisplayConfigPath

apps/cwr/Game/GameApplication.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224};
225
226std::string DisplayConfigPath()
227{
228 return GamePaths::Instance().UserDir() + "display.cfg";
229}
230
231// Resize hook — called from EngineGL33::OnWindowResized after _w/_h
232// are updated. Re-runs the aspect policy for the new viewport so

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected