UWP and Android buildfixes

This commit is contained in:
Henrik Rydgård 2021-06-05 17:43:33 +02:00
parent 11ce6a50fc
commit 6c3825bfbd
3 changed files with 5 additions and 0 deletions

View file

@ -397,6 +397,7 @@
<ClInclude Include="..\..\UI\HostTypes.h" />
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
<ClInclude Include="..\..\UI\MainScreen.h" />
<ClInclude Include="..\..\UI\MemStickScreen.h" />
<ClInclude Include="..\..\UI\MiscScreens.h" />
<ClInclude Include="..\..\UI\OnScreenDisplay.h" />
<ClInclude Include="..\..\UI\PauseScreen.h" />
@ -431,6 +432,7 @@
<ClCompile Include="..\..\UI\GPUDriverTestScreen.cpp" />
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
<ClCompile Include="..\..\UI\MainScreen.cpp" />
<ClCompile Include="..\..\UI\MemStickScreen.cpp" />
<ClCompile Include="..\..\UI\MiscScreens.cpp" />
<ClCompile Include="..\..\UI\NativeApp.cpp" />
<ClCompile Include="..\..\UI\OnScreenDisplay.cpp" />

View file

@ -18,6 +18,7 @@
<ClCompile Include="..\..\UI\GPUDriverTestScreen.cpp" />
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
<ClCompile Include="..\..\UI\MainScreen.cpp" />
<ClCompile Include="..\..\UI\MemStickScreen.cpp" />
<ClCompile Include="..\..\UI\MiscScreens.cpp" />
<ClCompile Include="..\..\UI\NativeApp.cpp" />
<ClCompile Include="..\..\UI\OnScreenDisplay.cpp" />
@ -53,6 +54,7 @@
<ClInclude Include="..\..\UI\HostTypes.h" />
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
<ClInclude Include="..\..\UI\MainScreen.h" />
<ClInclude Include="..\..\UI\MemStickScreen.h" />
<ClInclude Include="..\..\UI\MiscScreens.h" />
<ClInclude Include="..\..\UI\OnScreenDisplay.h" />
<ClInclude Include="..\..\UI\PauseScreen.h" />

View file

@ -647,6 +647,7 @@ LOCAL_SRC_FILES := \
$(SRC)/UI/DisplayLayoutScreen.cpp \
$(SRC)/UI/EmuScreen.cpp \
$(SRC)/UI/MainScreen.cpp \
$(SRC)/UI/MemStickScreen.cpp \
$(SRC)/UI/MiscScreens.cpp \
$(SRC)/UI/RemoteISOScreen.cpp \
$(SRC)/UI/ReportScreen.cpp \