mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove assert (this happens when playing framedumps)
This commit is contained in:
parent
9d9f2c539e
commit
48162858d8
1 changed files with 0 additions and 1 deletions
|
@ -1433,7 +1433,6 @@ void VulkanRenderManager::Run(int frame) {
|
|||
void VulkanRenderManager::EndSyncFrame(int frame) {
|
||||
FrameData &frameData = frameData_[frame];
|
||||
|
||||
_dbg_assert_(!frameData.hasPresentCommands);
|
||||
frameData.readbackFenceUsed = true;
|
||||
|
||||
// The submit will trigger the readbackFence.
|
||||
|
|
Loading…
Add table
Reference in a new issue