Home
last modified time | relevance | path

Searched refs:GFX_DUMP_FORMAT (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/Config/
H A DGraphicsSettings.h49 extern const Info<std::string> GFX_DUMP_FORMAT;
H A DGraphicsSettings.cpp49 const Info<std::string> GFX_DUMP_FORMAT{{System::GFX, "Settings", "DumpFormat"}, "avi"}; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DVideoConfig.cpp98 sDumpFormat = Config::Get(Config::GFX_DUMP_FORMAT); in Refresh()