mirror of https://github.com/PCSX2/pcsx2.git
There are 1000 ms in one second.
I hate how VS defaults to modifying the active configuration only. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2948 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
34b118738f
commit
298dbbd201
|
@ -178,7 +178,7 @@ void pxEvtHandler::ProcessEvents( pxEvtList& list )
|
||||||
}
|
}
|
||||||
|
|
||||||
u64 qpc_end = GetCPUTicks();
|
u64 qpc_end = GetCPUTicks();
|
||||||
DevCon.WriteLn( L"(pxEvtHandler) Event '%s' completed in %dms", deleteMe->GetEventName().c_str(), ((qpc_end-m_qpc_Start)*100) / GetTickFrequency() );
|
DevCon.WriteLn( L"(pxEvtHandler) Event '%s' completed in %dms", deleteMe->GetEventName().c_str(), ((qpc_end-m_qpc_Start)*1000) / GetTickFrequency() );
|
||||||
|
|
||||||
synclock.Acquire();
|
synclock.Acquire();
|
||||||
m_qpc_Start = 0; // lets the main thread know the message completed.
|
m_qpc_Start = 0; // lets the main thread know the message completed.
|
||||||
|
|
|
@ -1129,6 +1129,14 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\IopModuleNames.cpp"
|
RelativePath="..\..\IopModuleNames.cpp"
|
||||||
>
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
ExcludedFromBuild="true"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Devel|Win32"
|
Name="Devel|Win32"
|
||||||
ExcludedFromBuild="true"
|
ExcludedFromBuild="true"
|
||||||
|
@ -1137,6 +1145,14 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
ExcludedFromBuild="true"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\IopSif.cpp"
|
RelativePath=".\IopSif.cpp"
|
||||||
|
|
Loading…
Reference in New Issue