mirror of https://github.com/snes9xgit/snes9x.git
win32: remove non existing header from project
This commit is contained in:
parent
4c4f3ebf07
commit
4ede9b18cc
|
@ -434,7 +434,6 @@
|
||||||
<ClInclude Include="CShaderParamDlg.h" />
|
<ClInclude Include="CShaderParamDlg.h" />
|
||||||
<ClInclude Include="CXAudio2.h" />
|
<ClInclude Include="CXAudio2.h" />
|
||||||
<ClInclude Include="dxerr.h" />
|
<ClInclude Include="dxerr.h" />
|
||||||
<ClInclude Include="globals.h" />
|
|
||||||
<ClInclude Include="gl_core_3_1.h" />
|
<ClInclude Include="gl_core_3_1.h" />
|
||||||
<ClInclude Include="image_functions.h" />
|
<ClInclude Include="image_functions.h" />
|
||||||
<ClInclude Include="InputCustom.h" />
|
<ClInclude Include="InputCustom.h" />
|
||||||
|
|
|
@ -45,9 +45,6 @@
|
||||||
</Filter>
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="globals.h">
|
|
||||||
<Filter>Emu</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="..\statemanager.h">
|
<ClInclude Include="..\statemanager.h">
|
||||||
<Filter>Emu</Filter>
|
<Filter>Emu</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
Loading…
Reference in New Issue