mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +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
|
@ -73,6 +73,7 @@ void VideoConfig::Refresh()
|
|||
bUseFFV1 = Config::Get(Config::GFX_USE_FFV1);
|
||||
sDumpFormat = Config::Get(Config::GFX_DUMP_FORMAT);
|
||||
sDumpCodec = Config::Get(Config::GFX_DUMP_CODEC);
|
||||
sDumpPixelFormat = Config::Get(Config::GFX_DUMP_PIXEL_FORMAT);
|
||||
sDumpEncoder = Config::Get(Config::GFX_DUMP_ENCODER);
|
||||
sDumpPath = Config::Get(Config::GFX_DUMP_PATH);
|
||||
iBitrateKbps = Config::Get(Config::GFX_BITRATE_KBPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue