cellSail updates and many various fixes

This commit is contained in:
Raul Tambre 2014-12-19 13:31:52 +02:00
parent 83208d8b89
commit ce853bc252
9 changed files with 25 additions and 20 deletions

View file

@ -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();
}