mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-27 06:00:49 -07:00
Avoid illegal copies. This intercepts the last step of a copy to avoid generating validation errors or corrupting the driver on some instances. We can create views and emit copies accordingly in future commits and remove this last-step validation.