mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Allow users to specify the encoder used for framedumping.
This commit is contained in:
parent
1f89d91deb
commit
330881ae80
6 changed files with 15 additions and 3 deletions
|
@ -84,6 +84,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);
|
||||
sDumpEncoder = Config::Get(Config::GFX_DUMP_ENCODER);
|
||||
sDumpPath = Config::Get(Config::GFX_DUMP_PATH);
|
||||
iBitrateKbps = Config::Get(Config::GFX_BITRATE_KBPS);
|
||||
bInternalResolutionFrameDumps = Config::Get(Config::GFX_INTERNAL_RESOLUTION_FRAME_DUMPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue