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();
|
||||
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();
|
||||
m_qpc_Start = 0; // lets the main thread know the message completed.
|
||||
|
|
|
@ -1129,6 +1129,14 @@
|
|||
<File
|
||||
RelativePath="..\..\IopModuleNames.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Devel|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
|
@ -1137,6 +1145,14 @@
|
|||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\IopSif.cpp"
|
||||
|
|
Loading…
Reference in New Issue