mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-17 12:25:15 +00:00
CPUThread fixes, thread_t cleanup
This commit is contained in:
parent
83321c5be7
commit
eafddd9e33
10 changed files with 69 additions and 83 deletions
|
|
@ -181,7 +181,7 @@ namespace sce_libc_func
|
|||
|
||||
CHECK_EMU_STATUS;
|
||||
|
||||
for (auto func : decltype(g_atexit)(std::move(g_atexit)))
|
||||
for (auto& func : decltype(g_atexit)(std::move(g_atexit)))
|
||||
{
|
||||
func(context);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue