Moved SDInterface to IPC_HLE/HW

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2051 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
omegadox 2009-02-01 14:16:11 +00:00
parent 929e003b5e
commit 6809ce759e
4 changed files with 17 additions and 14 deletions

View File

@ -775,18 +775,6 @@
>
</File>
</Filter>
<Filter
Name="SDI - SD Interface"
>
<File
RelativePath=".\Src\HW\SDInterface.cpp"
>
</File>
<File
RelativePath=".\Src\HW\SDInterface.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="PowerPC"
@ -1179,6 +1167,22 @@
RelativePath=".\Src\IPC_HLE\WiiMote_HID_Attr.h"
>
</File>
<Filter
Name="HW"
>
<Filter
Name="SDIO - SD Interface"
>
<File
RelativePath=".\Src\IPC_HLE\HW\SDInterface.cpp"
>
</File>
<File
RelativePath=".\Src\IPC_HLE\HW\SDInterface.h"
>
</File>
</Filter>
</Filter>
</Filter>
<File
RelativePath=".\Src\ConfigManager.cpp"

View File

@ -25,5 +25,4 @@ namespace SDInterface
bool IsCardInserted();
}
#endif

View File

@ -21,7 +21,7 @@
#include "../HW/CPU.h"
#include "../HW/Memmap.h"
#include "../HW/SDInterface.h"
#include "HW/SDInterface.h"
#include "../Core.h"
using namespace SDInterface;