mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Rename main.cpp to rpcs3.cpp
This commit is contained in:
parent
5b60f0cc11
commit
74d995aae0
4 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,7 @@ if (NOT ANDROID)
|
|||
main.cpp
|
||||
main_application.cpp
|
||||
module_verifier.cpp
|
||||
rpcs3.cpp
|
||||
rpcs3_version.cpp
|
||||
stb_image.cpp
|
||||
stdafx.cpp
|
||||
|
|
|
@ -762,6 +762,7 @@
|
|||
<ClCompile Include="QTGeneratedFiles\Release\moc_raw_mouse_settings_dialog.cpp">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="rpcs3.cpp" />
|
||||
<ClCompile Include="rpcs3qt\about_dialog.cpp" />
|
||||
<ClCompile Include="rpcs3qt\basic_mouse_settings_dialog.cpp" />
|
||||
<ClCompile Include="rpcs3qt\breakpoint_handler.cpp" />
|
||||
|
|
|
@ -1197,6 +1197,9 @@
|
|||
<ClCompile Include="rpcs3qt\video_label.cpp">
|
||||
<Filter>Gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="rpcs3.cpp">
|
||||
<Filter>rpcs3</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Input\ds4_pad_handler.h">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue