mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-12 09:09:12 +01:00
95aae11164
This used to be necessary for properly cleaning up the FS state because the old FS implementation used static state and only performed cleanup in the close function, not in the destructor. Now that the static state is gone, we do not need to close devices manually anymore.