mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 07:19:44 +00:00
FifoPlayer: Get rid of semicolons on namespace braces
This commit is contained in:
parent
06ccfef1c1
commit
9bfafed5b8
2 changed files with 2 additions and 2 deletions
|
@ -19,4 +19,4 @@ struct AnalyzedFrameInfo
|
|||
namespace FifoPlaybackAnalyzer
|
||||
{
|
||||
void AnalyzeFrames(FifoDataFile* file, std::vector<AnalyzedFrameInfo>& frameInfo);
|
||||
};
|
||||
} // namespace FifoPlaybackAnalyzer
|
||||
|
|
|
@ -13,4 +13,4 @@ void Initialize(u32* cpMem);
|
|||
|
||||
void ProcessLoadIndexedXf(u32 val, int array);
|
||||
void WriteVertexArray(int arrayIndex, const u8* vertexData, int vertexSize, int numVertices);
|
||||
};
|
||||
} // namespace FifoRecordAnalyzer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue