mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Conflicts fixed
This commit is contained in:
commit
be2d606193
51 changed files with 1850 additions and 657 deletions
|
@ -133,7 +133,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