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:
@ -23,7 +23,7 @@
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/HW/EXI/EXI.h"
|
||||
#include "Core/HW/GCMemcard.h"
|
||||
#include "Core/HW/GCMemcard/GCMemcard.h"
|
||||
#include "Core/HW/GCPad.h"
|
||||
#include "Core/NetPlayProto.h"
|
||||
#include "DolphinWX/Config/ConfigMain.h"
|
||||
|
Reference in New Issue
Block a user