mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-24 07:24:04 +01:00
Check() can throw an exception if the Vulkan result isn't successful. We remove the check so that std::terminate isn't outright called and allows for better debugging (should it ever actually fail).