mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00

* It should take a ticket view, not a title ID. * It's missing a lot of checks. * It's not deleting tickets properly. * It's not deleting only the ticket it needs to delete. * It should not return -1017 when the ticket doesn't exist. * It's not returning the proper error code when a read/write fails. * It's not cleaning up the ticket directory if there is nothing left. This commit fixes its implementation.