mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 21:41:11 +01:00
30475ffc43
Newer versions of the Deko3D homebrew were crashing due to this check and it was discovered that the check was incorrect and rather than comparing the `NvSurface` what had to be compared was the `GraphicBuffer` associated with the slot directly. Co-authored-by: lynxnb <niccolo.betto@gmail.com>