mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
cellSail updates and many various fixes
This commit is contained in:
parent
83208d8b89
commit
ce853bc252
9 changed files with 25 additions and 20 deletions
|
@ -139,7 +139,7 @@ void CPUThreadManager::Exec()
|
|||
{
|
||||
std::lock_guard<std::mutex> lock(m_mtx_thread);
|
||||
|
||||
for(u32 i=0; i<m_threads.size(); ++i)
|
||||
for(u32 i = 0; i < m_threads.size(); ++i)
|
||||
{
|
||||
m_threads[i]->Exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue