mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Added newlines at end of file.
This avoids warnings when compiling with GCC.
This commit is contained in:
@ -232,4 +232,4 @@ void CalculateVertexElementSizes(int sizes[], int vatIndex, const CPMemory &cpMe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -51,4 +51,4 @@ namespace FifoAnalyzer
|
|||||||
void CalculateVertexElementSizes(int sizes[], int vatIndex, const CPMemory &cpMem);
|
void CalculateVertexElementSizes(int sizes[], int vatIndex, const CPMemory &cpMem);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -282,4 +282,4 @@ void FifoDataFile::ReadMemoryUpdates(u64 fileOffset, u32 numUpdates, std::vector
|
|||||||
file.Seek(srcUpdate.dataOffset, SEEK_SET);
|
file.Seek(srcUpdate.dataOffset, SEEK_SET);
|
||||||
file.ReadBytes(dstUpdate.data, srcUpdate.dataSize);
|
file.ReadBytes(dstUpdate.data, srcUpdate.dataSize);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -109,4 +109,4 @@ private:
|
|||||||
std::vector<FifoFrameInfo> m_Frames;
|
std::vector<FifoFrameInfo> m_Frames;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -82,4 +82,4 @@ struct FileMemoryUpdate
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -343,4 +343,4 @@ void FifoPlaybackAnalyzer::StoreWrittenRegion(u32 address, u32 size)
|
|||||||
|
|
||||||
m_WrittenMemory.push_back(range);
|
m_WrittenMemory.push_back(range);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -61,4 +61,4 @@ private:
|
|||||||
FifoAnalyzer::CPMemory m_CpMem;
|
FifoAnalyzer::CPMemory m_CpMem;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -118,4 +118,4 @@ private:
|
|||||||
std::vector<AnalyzedFrameInfo> m_FrameInfo;
|
std::vector<AnalyzedFrameInfo> m_FrameInfo;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -302,4 +302,4 @@ void FifoRecordAnalyzer::WriteTexMapMemory(int texMap, u32 &writtenTexMaps)
|
|||||||
}
|
}
|
||||||
|
|
||||||
FifoRecorder::GetInstance().WriteMemory(imageBase, textureSize, MemoryUpdate::TEXTURE_MAP);
|
FifoRecorder::GetInstance().WriteMemory(imageBase, textureSize, MemoryUpdate::TEXTURE_MAP);
|
||||||
}
|
}
|
||||||
|
@ -53,4 +53,4 @@ private:
|
|||||||
FifoAnalyzer::CPMemory m_CpMem;
|
FifoAnalyzer::CPMemory m_CpMem;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -77,4 +77,4 @@ private:
|
|||||||
FifoRecordAnalyzer m_RecordAnalyzer;
|
FifoRecordAnalyzer m_RecordAnalyzer;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user