Dump to arbitrary URLs.

This commit is contained in:
Vlad Firoiu
2017-02-21 11:37:36 -08:00
parent 21e66e60e3
commit f82e3de763
3 changed files with 26 additions and 18 deletions

View File

@ -104,6 +104,7 @@ struct VideoConfig final
bool bUseFFV1;
std::string sDumpCodec;
std::string sDumpFormat;
std::string sDumpPath;
bool bInternalResolutionFrameDumps;
bool bFreeLook;
bool bBorderlessFullscreen;