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>
|
||||
</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"
|
||||
|
|
|
@ -25,5 +25,4 @@ namespace SDInterface
|
|||
bool IsCardInserted();
|
||||
}
|
||||
|
||||
|
||||
#endif
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue