mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
STAND BACK - NEWLINE POLICE
gcc spams warnings when newlines are not at the end of files. reason: http://gcc.gnu.org/ml/gcc/2001-07/msg01120.html git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4582 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d28a1e06f5
commit
f796d4d747
2
Externals/WiiUseSrc/Src/dynamics.c
vendored
2
Externals/WiiUseSrc/Src/dynamics.c
vendored
@ -273,4 +273,4 @@ void calc_balanceboard_state(struct wii_board_t *wb)
|
||||
|
||||
wb->x = (wb->tr+wb->br) - (wb->tl+wb->bl)/2.0f;
|
||||
wb->y = (wb->bl+wb->br) - (wb->tl+wb->tr)/2.0f;
|
||||
}
|
||||
}
|
||||
|
@ -284,4 +284,4 @@ void MemoryMap_Shutdown(const MemoryView *views, int num_views, u32 flags, MemAr
|
||||
if (views[i].out_ptr_low)
|
||||
*views[i].out_ptr_low = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -158,4 +158,4 @@ std::string MemUsage()
|
||||
#else
|
||||
return "";
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
@ -833,4 +833,4 @@ bool CompareValues(u32 val1, u32 val2, int type)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
} // namespace ActionReplay
|
||||
} // namespace ActionReplay
|
||||
|
@ -246,4 +246,4 @@ void FrameUpdate()
|
||||
} // Core
|
||||
|
||||
|
||||
#endif // RERECORDING
|
||||
#endif // RERECORDING
|
||||
|
@ -443,4 +443,4 @@ void CEXIMemoryCard::DoState(PointerWrap &p)
|
||||
slot = 1;
|
||||
ExpansionInterface::ChangeDevice(slot, slot ? EXIDEVICE_MEMORYCARD_B : EXIDEVICE_MEMORYCARD_A, 0);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
@ -310,4 +310,4 @@ public:
|
||||
extern Jit64 jit;
|
||||
|
||||
#endif // _JIT_H
|
||||
#endif // JITTEST
|
||||
#endif // JITTEST
|
||||
|
@ -164,4 +164,4 @@ namespace PowerPC
|
||||
return res;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -57,4 +57,4 @@ namespace PowerPC
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -198,4 +198,4 @@ inline void SetXER_SO(int value) {
|
||||
|
||||
void UpdateFPRF(double dvalue);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -29,4 +29,4 @@ void ReadGC(std::string File);
|
||||
void CheckFile(std::string File, int Size);
|
||||
void FindFilename(u64 Offset);
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -46,4 +46,4 @@ private:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -121,4 +121,4 @@ static const char * Flag_Taiwan_xpm[] = {
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
" "};
|
||||
|
@ -47,4 +47,4 @@ static const char *const Flag_Unknown_xpm[] = {
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
" "};
|
||||
|
@ -54,4 +54,4 @@ void SetSamplerState(const BPCmd &bp);
|
||||
void SetInterlacingMode(const BPCmd &bp);
|
||||
};
|
||||
|
||||
#endif // _BPFUNCTIONS_H
|
||||
#endif // _BPFUNCTIONS_H
|
||||
|
@ -412,4 +412,4 @@ void OpcodeDecoder_Run(bool skipped_frame)
|
||||
while (FifoCommandRunnable())
|
||||
DecodeSemiNop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -113,4 +113,4 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -71,4 +71,4 @@ public:
|
||||
static void EnableShader(GLuint Shader);
|
||||
};
|
||||
|
||||
#endif // _VERTEXSHADERCACHE_H_
|
||||
#endif // _VERTEXSHADERCACHE_H_
|
||||
|
@ -25,4 +25,4 @@
|
||||
|
||||
void InitBPMemory();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -24,4 +24,4 @@
|
||||
#include "../../../Core/VideoCommon/Src/CPMemory.h"
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -297,4 +297,4 @@ namespace Clipper
|
||||
screen[2] = projected[2] * wInverse + m_ViewOffset[2];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@ namespace Clipper
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -167,4 +167,4 @@ namespace CommandProcessor
|
||||
} // end of namespace CommandProcessor
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -210,4 +210,4 @@ void OnFrameEnd()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -34,4 +34,4 @@ namespace DebugUtil
|
||||
void DrawObjectBuffer(s16 x, s16 y, u8 *color, int buffer, const char *name);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -105,4 +105,4 @@ namespace EfbCopy
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@ namespace EfbCopy
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -542,4 +542,4 @@ namespace EfbInterface
|
||||
|
||||
return pass;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -47,4 +47,4 @@ namespace EfbInterface
|
||||
extern u8 efbColorTexture[EFB_WIDTH*EFB_HEIGHT*4]; // rgba format
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -294,4 +294,4 @@ void Run(u32 iBufferSize)
|
||||
currentFunction(iBufferSize);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -59,4 +59,4 @@ namespace OpcodeDecoder
|
||||
void Run(u32 iBufferSize);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -46,4 +46,4 @@ namespace Rasterizer
|
||||
static Slope TexSlopes[8][3];
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -47,4 +47,4 @@ public:
|
||||
void SetupVertex();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -73,4 +73,4 @@ public:
|
||||
enum { RED_C, GRN_C, BLU_C, ALP_C };
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -26,4 +26,4 @@ namespace TextureEncoder
|
||||
void Encode(u8 *dest_ptr);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -27,4 +27,4 @@ namespace TextureSampler
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -34,4 +34,4 @@ namespace TransformUnit
|
||||
void TransformTexCoord(const InputVertexData *src, OutputVertexData *dst);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -72,4 +72,4 @@ namespace VertexFormatConverter
|
||||
dst->normal[i][2] = ((float*)src)[j + 2];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -32,4 +32,4 @@ namespace VertexFormatConverter
|
||||
void LoadNormal3_Float(InputVertexData *dst, u8 *src);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -73,4 +73,4 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -17,4 +17,4 @@
|
||||
|
||||
#include "NativeVertexFormat.h"
|
||||
|
||||
#include "../../../Core/VideoCommon/Src/VertexLoader_Position.h"
|
||||
#include "../../../Core/VideoCommon/Src/VertexLoader_Position.h"
|
||||
|
@ -15,4 +15,4 @@
|
||||
// Official SVN repository and contact information can be found at
|
||||
// http://code.google.com/p/dolphin-emu/
|
||||
|
||||
#include "../../../Core/VideoCommon/Src/VideoCommon.h"
|
||||
#include "../../../Core/VideoCommon/Src/VideoCommon.h"
|
||||
|
@ -246,4 +246,4 @@ void LoadXFReg(u32 transferSize, u32 baseAddress, u32 *pData);
|
||||
|
||||
void LoadIndexedXF(u32 val, int array);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -442,4 +442,4 @@ void Config::Save(int Slot)
|
||||
iniFile.Save(FULL_CONFIG_DIR "IR Pointer.ini");
|
||||
|
||||
//DEBUG_LOG(WIIMOTE, "Save()");
|
||||
}
|
||||
}
|
||||
|
@ -120,4 +120,4 @@ struct Config
|
||||
};
|
||||
|
||||
extern Config g_Config;
|
||||
#endif // _PLUGIN_WIIMOTE_CONFIG_H
|
||||
#endif // _PLUGIN_WIIMOTE_CONFIG_H
|
||||
|
@ -293,4 +293,4 @@ void wiimote_decrypt(wiimote_key *key, u8 *data, int addr, u8 len)
|
||||
{
|
||||
for(int i = 0; i < len; i++, addr++)
|
||||
data[i] = (data[i] ^ key->sb[addr%8]) + key->ft[addr%8];
|
||||
}
|
||||
}
|
||||
|
@ -370,4 +370,4 @@ wxBitmap PADConfigDialognJoy::CreateBitmapArea(int Max, int Diagonal)
|
||||
dc.DrawPolygon(8, Points);
|
||||
|
||||
return bitmap;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user