diff options
| author | omegadox <omegadox@gmail.com> | 2009-02-24 05:20:52 +0000 |
|---|---|---|
| committer | omegadox <omegadox@gmail.com> | 2009-02-24 05:20:52 +0000 |
| commit | 8c93e39ddd4a474407dee693b12000c3278f2d52 (patch) | |
| tree | fbd4aebc77013199d14c4ef97f889239f9344a3b /Source/Core/VideoCommon/Src/NativeVertexWriter.cpp | |
| parent | 3d9b3ba117be4d6a220df41183bb748755c03208 (diff) | |
Linux build fixes and some warning cleanup for GCC
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2406 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/NativeVertexWriter.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/NativeVertexWriter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/NativeVertexWriter.cpp b/Source/Core/VideoCommon/Src/NativeVertexWriter.cpp index 0384335d84..b0c65bc842 100644 --- a/Source/Core/VideoCommon/Src/NativeVertexWriter.cpp +++ b/Source/Core/VideoCommon/Src/NativeVertexWriter.cpp @@ -23,4 +23,5 @@ namespace VertexManager u8* s_pCurBufferPointer = NULL; -}
\ No newline at end of file +} + |
