mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 09:09:49 +00:00
Also clear the logging thread name on shutdown.
This commit is contained in:
parent
9c6cfeeb26
commit
4f1d2f0584
@ -128,6 +128,7 @@ void __KernelShutdown()
|
||||
}
|
||||
kernelObjects.List();
|
||||
INFO_LOG(HLE, "Shutting down kernel - %i kernel objects alive", kernelObjects.GetCount());
|
||||
hleCurrentThreadName = NULL;
|
||||
kernelObjects.Clear();
|
||||
|
||||
__FontShutdown();
|
||||
|
Loading…
Reference in New Issue
Block a user