Add missing files in 4942cabab5

This was SVN commit r24488.
This commit is contained in:
Stan
2020-12-31 14:27:02 +00:00
parent 4942cabab5
commit e009d322cc
21 changed files with 49 additions and 45 deletions
+1 -1
View File
@@ -599,7 +599,7 @@ void rewriteBuffer(u8* buffer, u32& bufferSize)
curTime += 0.000001;
}
// sub-events, aggregated
for (const std::pair<std::string, infoPerType>& type : timeByType)
for (const std::pair<const std::string, infoPerType>& type : timeByType)
{
CProfiler2::SItem_dt_id item = { (float)curTime, std::get<0>(type.second) };
buffer[writePos] = (u8)CProfiler2::ITEM_ENTER;