mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
FifoPlayer: Get rid of semicolons on namespace braces
This commit is contained in:
parent
06ccfef1c1
commit
9bfafed5b8
@ -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…
x
Reference in New Issue
Block a user