mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Vulkan: Fix crash on EFB poke
This commit is contained in:
parent
6a2e1e9986
commit
89176fe2ab
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue