Skip to content
Permalink
Browse files
Merge pull request #8126 from lioncash/todo
Core/GCMemcard: Remove obsolete TODO
  • Loading branch information
leoetlino committed May 27, 2019
2 parents 525c65d + b2b5b01 commit 42de5b9
Showing 1 changed file with 0 additions and 3 deletions.
@@ -20,9 +20,6 @@
#include "Common/StringUtil.h"
#include "Common/Swap.h"

// TODO: Remove when on C++17 everywhere.
constexpr std::array<u8, 4> DEntry::UNINITIALIZED_GAMECODE;

static void ByteSwap(u8* valueA, u8* valueB)
{
u8 tmp = *valueA;

0 comments on commit 42de5b9

Please sign in to comment.