mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-27 03:26:17 +02:00
[vk] fix PR5R black screen on qcom driver
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
39be450fa3
commit
3c6f14aa2f
1 changed files with 1 additions and 2 deletions
|
|
@ -220,8 +220,7 @@ public:
|
|||
}
|
||||
PauseCounter();
|
||||
const auto driver_id = device.GetDriverID();
|
||||
if (driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY ||
|
||||
driver_id == VK_DRIVER_ID_ARM_PROPRIETARY || driver_id == VK_DRIVER_ID_MESA_TURNIP) {
|
||||
if (driver_id == VK_DRIVER_ID_ARM_PROPRIETARY || driver_id == VK_DRIVER_ID_MESA_TURNIP) {
|
||||
pending_sync.clear();
|
||||
sync_values_stash.clear();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue