mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix, oops
This commit is contained in:
parent
d2fe42ea90
commit
b87f447e76
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ void FramebufferManagerVulkan::CompilePostShader() {
|
|||
usePostShader_ = true;
|
||||
} else {
|
||||
ELOG("Failed to compile.");
|
||||
pipelinePostShader_ = nullptr;
|
||||
pipelinePostShader_ = VK_NULL_HANDLE;
|
||||
usePostShader_ = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue