Home
last modified time | relevance | path

Searched refs:bCopyEFBScaled (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DVideoConfig.h138 bool bCopyEFBScaled; member
H A DVideoConfig.cpp159 bCopyEFBScaled = Config::Get(Config::GFX_HACK_COPY_EFB_SCALED); in Refresh()
H A DTextureCacheBase.cpp2100 if (!is_xfb_copy && !g_ActiveConfig.bCopyEFBScaled) in CopyRenderTargetToTexture()
2690 uniforms.pixel_height = g_ActiveConfig.bCopyEFBScaled ? rcp_efb_height : 1.0f / EFB_HEIGHT; in CopyEFBToCacheEntry()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DAnalytics.cpp357 builder.AddData("cfg-gfx-efb-copy-scaled", g_Config.bCopyEFBScaled); in MakePerGameBuilder()