diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2016-01-01 08:50:15 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2016-01-09 00:21:20 -0600 |
| commit | 3f15aa4b574bc2d5d0df6337db6d9e848421f4f6 (patch) | |
| tree | cfdc14c523ab2f40180d1cdc29ec3d1de055bcd3 /Source/Core/VideoBackends/D3D/Render.cpp | |
| parent | af9beecc100895661377f63703111b3b41c56047 (diff) | |
Add support for framedumping to OpenGL ES.
Diffstat (limited to 'Source/Core/VideoBackends/D3D/Render.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/D3D/Render.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/D3D/Render.cpp b/Source/Core/VideoBackends/D3D/Render.cpp index 1cb49c8264..5409b4b7c0 100644 --- a/Source/Core/VideoBackends/D3D/Render.cpp +++ b/Source/Core/VideoBackends/D3D/Render.cpp @@ -840,7 +840,7 @@ void Renderer::SwapImpl(u32 xfbAddr, u32 fbWidth, u32 fbStride, u32 fbHeight, co { s_recordWidth = source_width; s_recordHeight = source_height; - bAVIDumping = AVIDump::Start(s_recordWidth, s_recordHeight); + bAVIDumping = AVIDump::Start(s_recordWidth, s_recordHeight, AVIDump::DumpFormat::FORMAT_BGR); if (!bAVIDumping) { PanicAlert("Error dumping frames to AVI."); |
