mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
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:
parent
a3557ed199
commit
09d4871067
12 changed files with 28 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue