mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Core: Fix vcxproj filter
This would cause the core project to fail to load.
This commit is contained in:
parent
03c1a1e392
commit
1ffc311bf3
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@
|
|||
<ClCompile Include="HLE\HLE_OS.cpp">
|
||||
<Filter>HLE</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="HLE\HLE_VarArgs.cpp" />
|
||||
<ClCompile Include="HLE\HLE_VarArgs.cpp">
|
||||
<Filter>HLE</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="PowerPC\BreakPoints.cpp">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue