Replies: 7 comments 3 replies
-
The option /app_home has multiple functions:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer.
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your QA tests. I will review the issue about app_home icon on HEN when I finish a feature that I'm working on to reduce the memory usage on the full edition. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer! Only one question about the function:
Do I need retroarch to test this function? |
Beta Was this translation helpful? Give feedback.
-
Yesterday I tested the addition of app_home when using category_games.xml from HEN and webMAN added it to XMB (not to the file). In regards to your question, you need RetroArch for a proper test (although it is not required) due the /app_home option in /setup.ps3 is a general setting that is not specific to RetroArch. |
Beta Was this translation helpful? Give feedback.
-
This was the way I tested it; |
Beta Was this translation helpful? Give feedback.
-
I will recheck it again later this week. |
Beta Was this translation helpful? Give feedback.
-
In setup.ps3 I can select the item /app_home.
But I don't see any changes regarding the app_home icon.
With a normal HEN installation, app_home is not present in XMB regardless of this item is selected or not.
I´ve to edit the category_game.xml in /dev_flash/.. and insert 2 blocks:
<Query
class="type:x-xmb/folder-pixmap"
key="seg_gamedebug"
src="#seg_gamedebug"
/>
and
<View id="seg_gamedebug">
<Attributes>
<Table key="game_debug">
<Pair key="icon_rsc">tex_album_icon
<Pair key="title_rsc">msg_tool_app_home_ps3_game
<Pair key="child">segment
</Table>
</Attributes>
<Items>
<Query class="type:x-xcb/game-debug" key="game_debug" attr="game_debug"/>
</Items>
</View>
After these manual changes, * app_home/PS3_GAME is present in XMB and working.
However, the item /app_home in setup.ps3 still does nothing.
What is this selection supposed to do?
Beta Was this translation helpful? Give feedback.
All reactions