Merge pull request #8126 from lioncash/todo

Core/GCMemcard: Remove obsolete TODO
This commit is contained in:
Léo Lam 2019-05-27 19:04:06 +02:00 committed by GitHub
commit 42de5b9a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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;