athena/src
Lioncash 57ad780321 MemoryWriter: Remove unnecessary type cast within MemoryWriter constructor and setData()
The input type is already the same type as the class member, so the cast
is unnecessary.

While we're at it, we can also remove an unnecessary initializer for
m_position, since we initialize this to zero within the class
declaration already.
2019-09-06 03:31:56 -04:00
..
LZ77 LZLookupTable: Reuse setLookAheadWindow within constructor 2019-08-15 23:48:49 -04:00
athena MemoryWriter: Remove unnecessary type cast within MemoryWriter constructor and setData() 2019-09-06 03:31:56 -04:00
aes.cpp Massive fmtlib refactor 2019-07-19 18:19:44 -10:00
bn.cpp New code style refactor 2018-12-07 19:18:17 -10:00
ec.cpp New code style refactor 2018-12-07 19:18:17 -10:00
gekko_support.c Initial Switch support (Needs testing) 2018-09-20 10:47:48 -07:00
md5.cpp New code style refactor 2018-12-07 19:18:17 -10:00
osx_largefilewrapper.c FreeBSD fixes 2016-10-27 15:44:50 -08:00
sha1.cpp New code style refactor 2018-12-07 19:18:17 -10:00
win32_largefilewrapper.c * Visual Studio fixes (requires VS2013 at the minimum) 2014-12-28 20:46:43 -08:00