WiiSaveCrypted: migrate to Core/HW.

There's really no reason to have this in DolphinWX, as it does
not use any DolphinWX code.
This commit is contained in:
Augustin Cavalier
2014-09-07 09:57:49 -04:00
parent 6ea82790ba
commit e601b6f2c5
10 changed files with 13 additions and 12 deletions

View File

@ -54,6 +54,7 @@
#include "Core/HW/ProcessorInterface.h"
#include "Core/HW/SI_Device.h"
#include "Core/HW/Wiimote.h"
#include "Core/HW/WiiSaveCrypted.h"
#include "Core/IPC_HLE/WII_IPC_HLE_Device_usb.h"
#include "Core/IPC_HLE/WII_IPC_HLE_WiiMote.h"
#include "Core/PowerPC/PowerPC.h"
@ -78,7 +79,6 @@
#include "DolphinWX/WXInputBase.h"
#include "DolphinWX/WxUtils.h"
#include "DolphinWX/Debugger/CodeWindow.h"
#include "DolphinWX/MemoryCards/WiiSaveCrypted.h"
#include "InputCommon/ControllerInterface/ControllerInterface.h"