Files
ppsspp/Common/GPU/Vulkan
Unknown W. Brackets 7b1ec28c30 Vulkan: Avoid crash on two backbuffer steps.
Happens when resuming from stepping, sometimes: first
EmuScreen_BackBuffer, which is done so UI is functional during stepping,
and then the actual blit.

Since this is an uncommon case, let's just allow it by reusing the
presentCmd instead of submitting it early.  Otherwise it ends up in a
pending state.
2022-09-23 18:47:51 -07:00
..
2022-09-23 12:24:43 +02:00
2022-09-16 19:19:42 +02:00
2020-10-04 23:39:02 +02:00
2021-12-20 00:11:51 +01:00