mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
CPUThread.cpp: Minor indetation fixup
This commit is contained in:
parent
8f32d44635
commit
492a80f6c5
1 changed files with 7 additions and 2 deletions
|
@ -362,15 +362,20 @@ void cpu_thread::operator()()
|
||||||
switch (id_type())
|
switch (id_type())
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
{
|
||||||
//g_fxo->get<cpu_profiler>()->registered.push(id);
|
//g_fxo->get<cpu_profiler>()->registered.push(id);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
case 2:
|
case 2:
|
||||||
|
{
|
||||||
if (g_cfg.core.spu_prof)
|
if (g_cfg.core.spu_prof)
|
||||||
{
|
{
|
||||||
g_fxo->get<cpu_profiler>()->registered.push(id);
|
g_fxo->get<cpu_profiler>()->registered.push(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default: ;
|
}
|
||||||
|
default: break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Register thread in g_cpu_array
|
// Register thread in g_cpu_array
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue