Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DShaderCache.cpp733 u32 existing_magic; in LoadPipelineUIDCache() local
736 if (m_gx_pipeline_uid_cache_file.ReadBytes(&existing_magic, sizeof(existing_magic)) && in LoadPipelineUIDCache()
738 existing_magic == CACHE_FILE_MAGIC && existing_version == GX_PIPELINE_UID_VERSION) in LoadPipelineUIDCache()