Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/Config/
H A DGraphicsSettings.h52 extern const Info<std::string> GFX_DUMP_PATH;
H A DGraphicsSettings.cpp52 const Info<std::string> GFX_DUMP_PATH{{System::GFX, "Settings", "DumpPath"}, ""}; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DVideoConfig.cpp101 sDumpPath = Config::Get(Config::GFX_DUMP_PATH); in Refresh()