mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 13:30:59 +02:00
Vulkan: Fix crash on EFB poke
This commit is contained in:
@@ -103,6 +103,12 @@ bool FramebufferManager::Initialize()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!CompilePokeShaders())
|
||||||
|
{
|
||||||
|
PanicAlert("Failed to compile poke shaders");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user