mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
GCMemcard: Required declaration before C++17.
This commit is contained in:
parent
36d84c6959
commit
fa6782f841
@ -20,6 +20,9 @@
|
||||
#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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user