Fixed|FS|libcore: Potential lockup when saving/loading the game
Synchronous FS operations should not even try to run the task in the background. Otherwise both the main thread and the background thread(s) may be waiting for the operation to finish, but nobody is actually working on it.
Fixed|FS|libcore: Potential lockup when saving/loading the game
Synchronous FS operations should not even try to run the task in the
background. Otherwise both the main thread and the background thread(s)
may be waiting for the operation to finish, but nobody is actually
working on it.