mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-24 02:19:34 -04:00
Fix crash in PinHandle when SMMU allocation fails and unmap queue is empty. Previously, the code would log an error and continue looping indefinitely, causing log spam and eventual crash. Now it returns 0 to fail gracefully. Also fix incorrect handle check on line 219 - should check freeHandleDesc instead of handle_description. Signed-off-by: Zephyron <zephyron@citron-emu.org>