mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
FifoPlayer: Get rid of semicolons on namespace braces
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user