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:
parent
929e003b5e
commit
6809ce759e
|
@ -775,18 +775,6 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
|
||||||
Name="SDI - SD Interface"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath=".\Src\HW\SDInterface.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\Src\HW\SDInterface.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="PowerPC"
|
Name="PowerPC"
|
||||||
|
@ -1179,6 +1167,22 @@
|
||||||
RelativePath=".\Src\IPC_HLE\WiiMote_HID_Attr.h"
|
RelativePath=".\Src\IPC_HLE\WiiMote_HID_Attr.h"
|
||||||
>
|
>
|
||||||
</File>
|
</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>
|
</Filter>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\Src\ConfigManager.cpp"
|
RelativePath=".\Src\ConfigManager.cpp"
|
||||||
|
|
|
@ -25,5 +25,4 @@ namespace SDInterface
|
||||||
bool IsCardInserted();
|
bool IsCardInserted();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include "../HW/CPU.h"
|
#include "../HW/CPU.h"
|
||||||
#include "../HW/Memmap.h"
|
#include "../HW/Memmap.h"
|
||||||
#include "../HW/SDInterface.h"
|
#include "HW/SDInterface.h"
|
||||||
#include "../Core.h"
|
#include "../Core.h"
|
||||||
|
|
||||||
using namespace SDInterface;
|
using namespace SDInterface;
|
||||||
|
|
Loading…
Reference in New Issue