mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Minor style change
This commit is contained in:
parent
8175630619
commit
2f7fe35f5c
42 changed files with 329 additions and 381 deletions
|
|
@ -59,12 +59,12 @@ void CPUThreadManager::Exec()
|
|||
{
|
||||
for (auto& t : Emu.GetIdManager().get_all<PPUThread>())
|
||||
{
|
||||
t->Exec();
|
||||
t->exec();
|
||||
}
|
||||
|
||||
for (auto& t : Emu.GetIdManager().get_all<ARMv7Thread>())
|
||||
{
|
||||
t->Exec();
|
||||
t->exec();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue