GCMemcard: Move memcard source files to their own directory

GCMemcard.h has quite a bit of different classes implemented within it
that could likely be split up into other files to make it a little
easier to read. However, they should be moved into their own folder
first so that they don't clutter up the base HW directory.
This commit is contained in:
Lioncash
2017-03-14 19:08:41 -04:00
parent a3557ed199
commit 09d4871067
12 changed files with 28 additions and 26 deletions

View File

@ -29,7 +29,7 @@
#include "Common/Logging/Log.h"
#include "Common/MsgHandler.h"
#include "Common/StringUtil.h"
#include "Core/HW/GCMemcard.h"
#include "Core/HW/GCMemcard/GCMemcard.h"
#include "DolphinWX/WxUtils.h"
#define FIRSTPAGE 0