summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-03-11 02:45:48 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2025-03-16 04:30:06 -0500
commit48b2f7d2001f99bcfb3fb92ef23e1358dc346826 (patch)
tree30c31a26ea7c43f391135300bf1dd91dd8d68b2b /Source/Core/VideoCommon/VideoConfig.h
parentf4c37aeb148c93511b406be9ddeb88324b029ccd (diff)
VideoConfig: Eliminate frame dumping members.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h
index c51cefa784..53b51a81e4 100644
--- a/Source/Core/VideoCommon/VideoConfig.h
+++ b/Source/Core/VideoCommon/VideoConfig.h
@@ -258,19 +258,9 @@ struct VideoConfig final
bool bCacheHiresTextures = false;
bool bDumpEFBTarget = false;
bool bDumpXFBTarget = false;
- bool bDumpFramesAsImages = false;
- bool bUseLossless = false;
- std::string sDumpCodec;
- std::string sDumpPixelFormat;
- std::string sDumpEncoder;
- std::string sDumpFormat;
- std::string sDumpPath;
- FrameDumpResolutionType frame_dumps_resolution_type =
- FrameDumpResolutionType::XFBAspectRatioCorrectedResolution;
bool bBorderlessFullscreen = false;
bool bEnableGPUTextureDecoding = false;
bool bPreferVSForLinePointExpansion = false;
- int iBitrateKbps = 0;
bool bGraphicMods = false;
std::optional<GraphicsModGroupConfig> graphics_mod_config;