mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Prepare for adding more sensible back buttons to TabbedDialogScreen portrait mode
This commit is contained in:
@@ -221,6 +221,7 @@
|
||||
<ClInclude Include="..\..\Common\UI\Root.h" />
|
||||
<ClInclude Include="..\..\Common\UI\Screen.h" />
|
||||
<ClInclude Include="..\..\Common\UI\ScrollView.h" />
|
||||
<ClInclude Include="..\..\Common\UI\TabHolder.h" />
|
||||
<ClInclude Include="..\..\Common\UI\Tween.h" />
|
||||
<ClInclude Include="..\..\Common\UI\UI.h" />
|
||||
<ClInclude Include="..\..\Common\UI\UIScreen.h" />
|
||||
@@ -384,6 +385,7 @@
|
||||
<ClCompile Include="..\..\Common\UI\Root.cpp" />
|
||||
<ClCompile Include="..\..\Common\UI\Screen.cpp" />
|
||||
<ClCompile Include="..\..\Common\UI\ScrollView.cpp" />
|
||||
<ClCompile Include="..\..\Common\UI\TabHolder.cpp" />
|
||||
<ClCompile Include="..\..\Common\UI\Tween.cpp" />
|
||||
<ClCompile Include="..\..\Common\UI\UI.cpp" />
|
||||
<ClCompile Include="..\..\Common\UI\UIScreen.cpp" />
|
||||
|
||||
@@ -523,6 +523,9 @@
|
||||
<ClCompile Include="..\..\Common\Render\AtlasGen.cpp">
|
||||
<Filter>Render</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Common\UI\TabHolder.cpp">
|
||||
<Filter>UI</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="targetver.h" />
|
||||
@@ -1005,6 +1008,9 @@
|
||||
<ClInclude Include="..\..\Common\Render\AtlasGen.h">
|
||||
<Filter>Render</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Common\UI\TabHolder.h">
|
||||
<Filter>UI</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\Common\Math\fast\fast_matrix_neon.S">
|
||||
|
||||
Reference in New Issue
Block a user