mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Add LoadStateConfirmScreen to all build systems
This commit is contained in:
@@ -1671,6 +1671,8 @@ list(APPEND NativeAppSource
|
|||||||
UI/GamepadEmu.cpp
|
UI/GamepadEmu.cpp
|
||||||
UI/JoystickHistoryView.h
|
UI/JoystickHistoryView.h
|
||||||
UI/JoystickHistoryView.cpp
|
UI/JoystickHistoryView.cpp
|
||||||
|
UI/LoadStateConfirmScreen.h
|
||||||
|
UI/LoadStateConfirmScreen.cpp
|
||||||
UI/OnScreenDisplay.h
|
UI/OnScreenDisplay.h
|
||||||
UI/OnScreenDisplay.cpp
|
UI/OnScreenDisplay.cpp
|
||||||
UI/ControlMappingScreen.h
|
UI/ControlMappingScreen.h
|
||||||
|
|||||||
@@ -117,6 +117,7 @@
|
|||||||
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
|
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
|
||||||
<ClInclude Include="..\..\UI\JitCompareScreen.h" />
|
<ClInclude Include="..\..\UI\JitCompareScreen.h" />
|
||||||
<ClInclude Include="..\..\UI\JoystickHistoryView.h" />
|
<ClInclude Include="..\..\UI\JoystickHistoryView.h" />
|
||||||
|
<ClInclude Include="..\..\UI\LoadStateConfirmScreen.h" />
|
||||||
<ClInclude Include="..\..\UI\MiscViews.h" />
|
<ClInclude Include="..\..\UI\MiscViews.h" />
|
||||||
<ClInclude Include="..\..\UI\SystemInfoScreen.h" />
|
<ClInclude Include="..\..\UI\SystemInfoScreen.h" />
|
||||||
<ClInclude Include="..\..\UI\TabbedDialogScreen.h" />
|
<ClInclude Include="..\..\UI\TabbedDialogScreen.h" />
|
||||||
@@ -174,6 +175,7 @@
|
|||||||
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
|
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\JitCompareScreen.cpp" />
|
<ClCompile Include="..\..\UI\JitCompareScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\JoystickHistoryView.cpp" />
|
<ClCompile Include="..\..\UI\JoystickHistoryView.cpp" />
|
||||||
|
<ClCompile Include="..\..\UI\LoadStateConfirmScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\MiscViews.cpp" />
|
<ClCompile Include="..\..\UI\MiscViews.cpp" />
|
||||||
<ClCompile Include="..\..\UI\SystemInfoScreen.cpp" />
|
<ClCompile Include="..\..\UI\SystemInfoScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\TabbedDialogScreen.cpp" />
|
<ClCompile Include="..\..\UI\TabbedDialogScreen.cpp" />
|
||||||
|
|||||||
@@ -82,6 +82,9 @@
|
|||||||
<ClCompile Include="..\..\UI\JoystickHistoryView.cpp">
|
<ClCompile Include="..\..\UI\JoystickHistoryView.cpp">
|
||||||
<Filter>Screens</Filter>
|
<Filter>Screens</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\UI\LoadStateConfirmScreen.cpp">
|
||||||
|
<Filter>Screens</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\UI\MainScreen.cpp">
|
<ClCompile Include="..\..\UI\MainScreen.cpp">
|
||||||
<Filter>Screens</Filter>
|
<Filter>Screens</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
@@ -222,6 +225,9 @@
|
|||||||
<ClInclude Include="..\..\UI\JoystickHistoryView.h">
|
<ClInclude Include="..\..\UI\JoystickHistoryView.h">
|
||||||
<Filter>Screens</Filter>
|
<Filter>Screens</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\UI\LoadStateConfirmScreen.h">
|
||||||
|
<Filter>Screens</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\UI\MainScreen.h">
|
<ClInclude Include="..\..\UI\MainScreen.h">
|
||||||
<Filter>Screens</Filter>
|
<Filter>Screens</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|||||||
@@ -950,6 +950,7 @@ LOCAL_SRC_FILES := \
|
|||||||
$(SRC)/UI/SystemInfoScreen.cpp \
|
$(SRC)/UI/SystemInfoScreen.cpp \
|
||||||
$(SRC)/UI/GamepadEmu.cpp \
|
$(SRC)/UI/GamepadEmu.cpp \
|
||||||
$(SRC)/UI/JoystickHistoryView.cpp \
|
$(SRC)/UI/JoystickHistoryView.cpp \
|
||||||
|
$(SRC)/UI/LoadStateConfirmScreen.cpp \
|
||||||
$(SRC)/UI/GameInfoCache.cpp \
|
$(SRC)/UI/GameInfoCache.cpp \
|
||||||
$(SRC)/UI/GameScreen.cpp \
|
$(SRC)/UI/GameScreen.cpp \
|
||||||
$(SRC)/UI/UploadScreen.cpp \
|
$(SRC)/UI/UploadScreen.cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user