mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove another auto .. -> declaration.
This commit is contained in:
@ -50,7 +50,7 @@ void SamplerCache::SetSamplerState(int stage, const TexMode0& tm0, const TexMode
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
auto SamplerCache::GetEntry(const Params& params) -> Value&
|
SamplerCache::Value& SamplerCache::GetEntry(const Params& params)
|
||||||
{
|
{
|
||||||
auto& val = m_cache[params];
|
auto& val = m_cache[params];
|
||||||
if (!val.sampler_id)
|
if (!val.sampler_id)
|
||||||
|
Reference in New Issue
Block a user