mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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:
@ -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
|
||||
|
Reference in New Issue
Block a user