mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-13 16:00:27 -05:00
VideoCommon: Move abstract texture creation function to Renderer
This commit is contained in:
@@ -2090,7 +2090,7 @@ std::unique_ptr<AbstractTexture> TextureCacheBase::AllocateTexture(const Texture
|
||||
}
|
||||
else
|
||||
{
|
||||
entry = CreateTexture(config);
|
||||
entry = g_renderer->CreateTexture(config);
|
||||
if (!entry)
|
||||
return nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user