fix windows desmume vcproj after recent source tree changes
This commit is contained in:
parent
b6431dda83
commit
0eb39e48c3
|
@ -717,14 +717,6 @@
|
|||
RelativePath="..\driver.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emufat.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emufat.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emufile.cpp"
|
||||
>
|
||||
|
@ -996,10 +988,6 @@
|
|||
<Filter
|
||||
Name="addons"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\addons\compactFlash.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\expMemory.cpp"
|
||||
>
|
||||
|
@ -1036,6 +1024,10 @@
|
|||
RelativePath="..\addons\slot1_retail.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\slot2_mpcf.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="gdbstub"
|
||||
|
@ -1072,6 +1064,18 @@
|
|||
RelativePath="..\utils\dlditool.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\emufat.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\emufat.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\emufat_types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\guid.cpp"
|
||||
>
|
||||
|
@ -1100,6 +1104,14 @@
|
|||
RelativePath="..\utils\valuearray.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\vfat.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\vfat.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\xstring.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue