mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-10 17:01:17 +12:00
Cleanup blank lines
This commit is contained in:
parent
056ae1f882
commit
43d8ee78c2
2 changed files with 0 additions and 4 deletions
|
@ -177,8 +177,6 @@ inline sint16 _swapEndianS16(sint16 v)
|
||||||
return (sint16)(((uint16)v >> 8) | ((uint16)v << 8));
|
return (sint16)(((uint16)v >> 8) | ((uint16)v << 8));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline uint64 _umul128(uint64 multiplier, uint64 multiplicand, uint64 *highProduct) {
|
inline uint64 _umul128(uint64 multiplier, uint64 multiplicand, uint64 *highProduct) {
|
||||||
unsigned __int128 x = (unsigned __int128)multiplier * (unsigned __int128)multiplicand;
|
unsigned __int128 x = (unsigned __int128)multiplier * (unsigned __int128)multiplicand;
|
||||||
*highProduct = (x >> 64);
|
*highProduct = (x >> 64);
|
||||||
|
|
|
@ -199,8 +199,6 @@ bool MemorySearcherTool::ConvertStringToType(const char* inValue, sint8& outValu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
//template <typename T>
|
//template <typename T>
|
||||||
//void MemorySearcherTool::FilterValues()
|
//void MemorySearcherTool::FilterValues()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue