Skip to content

Commit

Permalink
UWP and Android buildfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jun 6, 2021
1 parent 11ce6a5 commit 6c3825b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UWP/UI_UWP/UI_UWP.vcxproj
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down
2 changes: 2 additions & 0 deletions UWP/UI_UWP/UI_UWP.vcxproj.filters
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down
1 change: 1 addition & 0 deletions android/jni/Android.mk
Expand Up @@ -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 \
Expand Down

0 comments on commit 6c3825b

Please sign in to comment.