| 224 | }; |
| 225 | |
| 226 | std::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 |
no outgoing calls
no test coverage detected