mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
VideoCommon/FrameDump: Allow user to specify a pixel format.
This commit is contained in:
parent
120208ae03
commit
3382408b8e
5 changed files with 25 additions and 9 deletions
|
@ -102,6 +102,7 @@ struct VideoConfig final
|
|||
bool bDumpFramesAsImages = false;
|
||||
bool bUseFFV1 = false;
|
||||
std::string sDumpCodec;
|
||||
std::string sDumpPixelFormat;
|
||||
std::string sDumpEncoder;
|
||||
std::string sDumpFormat;
|
||||
std::string sDumpPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue