mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -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:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user