mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Move GCMemcard from DolphinWX/Memorycards to Core/HW
This commit is contained in:
parent
8d91f1e0c1
commit
5316c6d97b
13 changed files with 18 additions and 15 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "HW/SI.h"
|
||||
#include "HW/DSPHLE/DSPHLE.h"
|
||||
#include "HW/DSPLLE/DSPLLE.h"
|
||||
#include "HW/GCMemcard.h"
|
||||
#include "IPC_HLE/WII_IPC_HLE.h"
|
||||
#include "NANDContentLoader.h"
|
||||
|
||||
|
@ -37,7 +38,6 @@
|
|||
#include "Frame.h"
|
||||
#include "HotkeyDlg.h"
|
||||
#include "Main.h"
|
||||
#include "MemoryCards/GCMemcard.h"
|
||||
#include "VideoBackendBase.h"
|
||||
|
||||
#define TEXT_BOX(page, text) new wxStaticText(page, wxID_ANY, text, wxDefaultPosition, wxDefaultSize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue