mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Merge pull request #13233 from TryTwo/PR_Codec
AdvancedWidget: Replace FFV1 codec with Ut Video
This commit is contained in:
commit
6b686be5f1
7 changed files with 17 additions and 15 deletions
|
@ -122,7 +122,7 @@ void VideoConfig::Refresh()
|
|||
bDumpEFBTarget = Config::Get(Config::GFX_DUMP_EFB_TARGET);
|
||||
bDumpXFBTarget = Config::Get(Config::GFX_DUMP_XFB_TARGET);
|
||||
bDumpFramesAsImages = Config::Get(Config::GFX_DUMP_FRAMES_AS_IMAGES);
|
||||
bUseFFV1 = Config::Get(Config::GFX_USE_FFV1);
|
||||
bUseLossless = Config::Get(Config::GFX_USE_LOSSLESS);
|
||||
sDumpFormat = Config::Get(Config::GFX_DUMP_FORMAT);
|
||||
sDumpCodec = Config::Get(Config::GFX_DUMP_CODEC);
|
||||
sDumpPixelFormat = Config::Get(Config::GFX_DUMP_PIXEL_FORMAT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue