mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
UWP and Android buildfixes
This commit is contained in:
parent
11ce6a50fc
commit
6c3825bfbd
3 changed files with 5 additions and 0 deletions
|
@ -397,6 +397,7 @@
|
||||||
<ClInclude Include="..\..\UI\HostTypes.h" />
|
<ClInclude Include="..\..\UI\HostTypes.h" />
|
||||||
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
|
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
|
||||||
<ClInclude Include="..\..\UI\MainScreen.h" />
|
<ClInclude Include="..\..\UI\MainScreen.h" />
|
||||||
|
<ClInclude Include="..\..\UI\MemStickScreen.h" />
|
||||||
<ClInclude Include="..\..\UI\MiscScreens.h" />
|
<ClInclude Include="..\..\UI\MiscScreens.h" />
|
||||||
<ClInclude Include="..\..\UI\OnScreenDisplay.h" />
|
<ClInclude Include="..\..\UI\OnScreenDisplay.h" />
|
||||||
<ClInclude Include="..\..\UI\PauseScreen.h" />
|
<ClInclude Include="..\..\UI\PauseScreen.h" />
|
||||||
|
@ -431,6 +432,7 @@
|
||||||
<ClCompile Include="..\..\UI\GPUDriverTestScreen.cpp" />
|
<ClCompile Include="..\..\UI\GPUDriverTestScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
|
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\MainScreen.cpp" />
|
<ClCompile Include="..\..\UI\MainScreen.cpp" />
|
||||||
|
<ClCompile Include="..\..\UI\MemStickScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\MiscScreens.cpp" />
|
<ClCompile Include="..\..\UI\MiscScreens.cpp" />
|
||||||
<ClCompile Include="..\..\UI\NativeApp.cpp" />
|
<ClCompile Include="..\..\UI\NativeApp.cpp" />
|
||||||
<ClCompile Include="..\..\UI\OnScreenDisplay.cpp" />
|
<ClCompile Include="..\..\UI\OnScreenDisplay.cpp" />
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
<ClCompile Include="..\..\UI\GPUDriverTestScreen.cpp" />
|
<ClCompile Include="..\..\UI\GPUDriverTestScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
|
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\MainScreen.cpp" />
|
<ClCompile Include="..\..\UI\MainScreen.cpp" />
|
||||||
|
<ClCompile Include="..\..\UI\MemStickScreen.cpp" />
|
||||||
<ClCompile Include="..\..\UI\MiscScreens.cpp" />
|
<ClCompile Include="..\..\UI\MiscScreens.cpp" />
|
||||||
<ClCompile Include="..\..\UI\NativeApp.cpp" />
|
<ClCompile Include="..\..\UI\NativeApp.cpp" />
|
||||||
<ClCompile Include="..\..\UI\OnScreenDisplay.cpp" />
|
<ClCompile Include="..\..\UI\OnScreenDisplay.cpp" />
|
||||||
|
@ -53,6 +54,7 @@
|
||||||
<ClInclude Include="..\..\UI\HostTypes.h" />
|
<ClInclude Include="..\..\UI\HostTypes.h" />
|
||||||
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
|
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
|
||||||
<ClInclude Include="..\..\UI\MainScreen.h" />
|
<ClInclude Include="..\..\UI\MainScreen.h" />
|
||||||
|
<ClInclude Include="..\..\UI\MemStickScreen.h" />
|
||||||
<ClInclude Include="..\..\UI\MiscScreens.h" />
|
<ClInclude Include="..\..\UI\MiscScreens.h" />
|
||||||
<ClInclude Include="..\..\UI\OnScreenDisplay.h" />
|
<ClInclude Include="..\..\UI\OnScreenDisplay.h" />
|
||||||
<ClInclude Include="..\..\UI\PauseScreen.h" />
|
<ClInclude Include="..\..\UI\PauseScreen.h" />
|
||||||
|
|
|
@ -647,6 +647,7 @@ LOCAL_SRC_FILES := \
|
||||||
$(SRC)/UI/DisplayLayoutScreen.cpp \
|
$(SRC)/UI/DisplayLayoutScreen.cpp \
|
||||||
$(SRC)/UI/EmuScreen.cpp \
|
$(SRC)/UI/EmuScreen.cpp \
|
||||||
$(SRC)/UI/MainScreen.cpp \
|
$(SRC)/UI/MainScreen.cpp \
|
||||||
|
$(SRC)/UI/MemStickScreen.cpp \
|
||||||
$(SRC)/UI/MiscScreens.cpp \
|
$(SRC)/UI/MiscScreens.cpp \
|
||||||
$(SRC)/UI/RemoteISOScreen.cpp \
|
$(SRC)/UI/RemoteISOScreen.cpp \
|
||||||
$(SRC)/UI/ReportScreen.cpp \
|
$(SRC)/UI/ReportScreen.cpp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue