mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-03 11:30:46 -07:00
core: cpu_manager: Add missing call to MicroProfileOnThreadExit().
- Fixes an occasional crash when trying to launch subsequent games.
This commit is contained in:
@ -365,6 +365,8 @@ void CpuManager::RunThread(std::size_t core) {
|
|||||||
data.enter_barrier.reset();
|
data.enter_barrier.reset();
|
||||||
data.exit_barrier.reset();
|
data.exit_barrier.reset();
|
||||||
data.initialized = false;
|
data.initialized = false;
|
||||||
|
|
||||||
|
MicroProfileOnThreadExit();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Core
|
} // namespace Core
|
||||||
|
Reference in New Issue
Block a user