Add LoadStateConfirmScreen to all build systems

This commit is contained in:
Eloren1
2026-05-31 22:09:01 +03:00
parent 109d1caa50
commit 74f9b36bd5
4 changed files with 11 additions and 0 deletions
+2
View File
@@ -1671,6 +1671,8 @@ list(APPEND NativeAppSource
UI/GamepadEmu.cpp
UI/JoystickHistoryView.h
UI/JoystickHistoryView.cpp
UI/LoadStateConfirmScreen.h
UI/LoadStateConfirmScreen.cpp
UI/OnScreenDisplay.h
UI/OnScreenDisplay.cpp
UI/ControlMappingScreen.h
+2
View File
@@ -117,6 +117,7 @@
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
<ClInclude Include="..\..\UI\JitCompareScreen.h" />
<ClInclude Include="..\..\UI\JoystickHistoryView.h" />
<ClInclude Include="..\..\UI\LoadStateConfirmScreen.h" />
<ClInclude Include="..\..\UI\MiscViews.h" />
<ClInclude Include="..\..\UI\SystemInfoScreen.h" />
<ClInclude Include="..\..\UI\TabbedDialogScreen.h" />
@@ -174,6 +175,7 @@
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
<ClCompile Include="..\..\UI\JitCompareScreen.cpp" />
<ClCompile Include="..\..\UI\JoystickHistoryView.cpp" />
<ClCompile Include="..\..\UI\LoadStateConfirmScreen.cpp" />
<ClCompile Include="..\..\UI\MiscViews.cpp" />
<ClCompile Include="..\..\UI\SystemInfoScreen.cpp" />
<ClCompile Include="..\..\UI\TabbedDialogScreen.cpp" />
+6
View File
@@ -82,6 +82,9 @@
<ClCompile Include="..\..\UI\JoystickHistoryView.cpp">
<Filter>Screens</Filter>
</ClCompile>
<ClCompile Include="..\..\UI\LoadStateConfirmScreen.cpp">
<Filter>Screens</Filter>
</ClCompile>
<ClCompile Include="..\..\UI\MainScreen.cpp">
<Filter>Screens</Filter>
</ClCompile>
@@ -222,6 +225,9 @@
<ClInclude Include="..\..\UI\JoystickHistoryView.h">
<Filter>Screens</Filter>
</ClInclude>
<ClInclude Include="..\..\UI\LoadStateConfirmScreen.h">
<Filter>Screens</Filter>
</ClInclude>
<ClInclude Include="..\..\UI\MainScreen.h">
<Filter>Screens</Filter>
</ClInclude>
+1
View File
@@ -950,6 +950,7 @@ LOCAL_SRC_FILES := \
$(SRC)/UI/SystemInfoScreen.cpp \
$(SRC)/UI/GamepadEmu.cpp \
$(SRC)/UI/JoystickHistoryView.cpp \
$(SRC)/UI/LoadStateConfirmScreen.cpp \
$(SRC)/UI/GameInfoCache.cpp \
$(SRC)/UI/GameScreen.cpp \
$(SRC)/UI/UploadScreen.cpp \