PS3 Remove Icons from Game

simzy

Forum Noob
So i have been trying to tweak my xmb to remove things that i have no need for and i have two icons that are in my game section that i want to remove but cannot find the lines for them in the xml.
ff0ac3b247.jpg


also, is it as simple as having the empty files like in DeViL303 optimising-xmb-xmls-on-cfw.22865 thread to remove certain categories like photo?
 
here is my category_game.xml, the psstore line is not there

Code:
<XMBML version="1.0">
    <View id="root">
        <Attributes>
            <Table key="seg_device">
                <Pair key="focus_detect"><>enable</></Pair>
                <Pair key="focus_priority"><>-4</></Pair>
            </Table>
            <Table key="seg_add_content_device">
                <Pair key="focus_detect"><>enable</></Pair>
                <Pair key="focus_priority"><>-3</></Pair>
            </Table>
            <Table key="gameDir">
                <Pair key="focus_priority"><>-2</></Pair>
            </Table>
            <Table key="gameDir2">
                <Pair key="focus_priority"><>-1</></Pair>
                <Pair key="custom_priority"><>game=-80</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/folder-pixmap" key="seg_fixed_items" src="#seg_fixed_items"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_sdps2" src="sel://localhost/ps2emusave?category_game.xml#seg_sdps2"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_fixed_items2" src="#seg_fixed_items2"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_gamedebug" src="xmb://localhost//dev_flash/vsh/resource/explore/xmb/app_home.xml#seg_gamedebug"/>
            <Query class="type:x-xmb/folder-pixmap" key="ultimate_toolbox" src="xmb://localhost/dev_hdd0/game/ULTOOLBOX/USRDIR/Ultimate_Toolbox.xml#main_menu"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_package_files" src="xmb://localhost//dev_flash/vsh/resource/explore/xmb/package_manager.xml#seg_package_files"/>
            <Query class="type:x-xmb/folder-pixmap" key="external_xmb" src="xmb://localhost/dev_usb000/external.xml#external"/>
            <Query class="type:x-xmb/folder-pixmap" key="xmb_app3" src="xmb://localhost/dev_hdd0/xmlhost/game_plugin/fb.xml#seg_fb"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_gameexit" src="sel://localhost/ingame?path=category_game.xml#seg_gameexit&type=game"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_manual" src="sel://localhost/ingame?path=category_game.xml#seg_manual&type=manual"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_device" attr="seg_device" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type+StorageMedia:Common.timeCreated&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_PS1_CD+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3GAME_BD %xCB_MEDIA_FORMAT_PS1GAME_CD+An+StorageMedia:Common.fileName BDV"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_device_bdv" attr="seg_device_bdv" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type+StorageMedia:Common.timeCreated&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_PS1_CD+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3GAME_BD %xCB_MEDIA_FORMAT_PS1GAME_CD+Ae+StorageMedia:Common.fileName BDV"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_device2" attr="seg_device2" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_PS1_CD+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3GAME_BD %xCB_MEDIA_FORMAT_PS1GAME_CD+Ae+StorageMedia:StorageMedia.hybrid HYBRID&opt=option_hybrid"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_add_content_device" attr="seg_add_content_device" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_DVDPRW+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3CONTENT_BD %xCB_MEDIA_FORMAT_PS3CONTENT_DVD+Ae+StorageMedia:Common.fileName EX_GAME"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_mv_content_device" attr="seg_mv_content_device" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_DVDPRW+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3CONTENT_BD %xCB_MEDIA_FORMAT_PS3CONTENT_DVD+Ae+StorageMedia:Common.fileName THEMEDIR"/>
            <Query class="type:x-xmb/folder-pixmap" key="gameDir" attr="gameDir" src="xil://localhost/list?t=game"/>
            <Query class="type:x-xmb/folder-pixmap" key="gameDir2" attr="gameDir2" src="sel://localhost/ex?root.view_selected.game"/>
        </Items>
    </View>

    <View id="seg_fixed_items">
        <Attributes>
            <Table key="psp2appdata">
                <Pair key="icon_rsc"><>tex_album_icon</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemAlbum</></Pair>
                <Pair key="title_rsc"><>msg_vita_application_utility</></Pair>
                <Pair key="str_noitem"><>msg_error_no_content</></Pair>
                <Pair key="action"><>exec_psp2appdata</></Pair>
            </Table>
            <Table key="gamedata">
                <Pair key="icon_rsc"><>tex_album_icon</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemAlbum</></Pair>
                <Pair key="title_rsc"><>msg_gamedata_utility</></Pair>
                <Pair key="str_noitem"><>msg_error_no_gamedata</></Pair>
                <Pair key="action"><>exec_game</></Pair>
            </Table>
            <Table key="sdvmc">
                <Pair key="icon_rsc"><>item_tex_ps12util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS12</></Pair>
                <Pair key="title_rsc"><>msg_memory_card_utility</></Pair>
                <Pair key="action"><>exec_vmcsavedata</></Pair>
                <Pair key="child"><>segment</></Pair>
                <Pair key="vmc"><>promote</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlpsp2appdata" key="psp2appdata" attr="psp2appdata"/>
            <Query class="type:x-xmb/folder-pixmap" key="gamedata" attr="gamedata" src="xcb://localhost/query?limit=2048&table=MMS_MEDIA_TYPE_HDD&sort=-Game:Common.timeCreated&cond=Ae+Game:Game.category GD+Oe+Game:Game.category 2D" />
            <Query class="type:x-xmb/xmlmcutility" key="sdvmc" attr="sdvmc" src="#sdvmc_2nd" />
        </Items>
    </View>

    <View id="seg_fixed_items2">
        <Attributes>
            <Table key="sdpsp">
                <Pair key="icon_rsc"><>item_tex_psputil</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavedataMinis</></Pair>
                <Pair key="title_rsc"><>msg_savedata_utility_minis_psp</></Pair>
                <Pair key="action"><>exec_pspsavedata</></Pair>
                <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="data_connection"><>xcb://localhost/query?limit=2048&ssort=root.sort_selected.savedata_psp_all</></Pair>
            </Table>
             <Table key="sdps3">
                <Pair key="icon_rsc"><>item_tex_ps3util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS3</></Pair>
                <Pair key="title_rsc"><>msg_savedata_utility_ps3</></Pair>
                <Pair key="action"><>exec_ps3savedata</></Pair>
                <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="data_connection"><>xcb://localhost/query?limit=2048&ssort=root.sort_selected.savedata_ps3_all</></Pair>
            </Table>
            <Table key="welcome">
                <Pair key="content_type"><>game</></Pair>
             </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlsavedata-psp" key="sdpsp" attr="sdpsp"/>
            <Query class="type:x-xmb/xmlsavedata-ps3" key="sdps3" attr="sdps3"/>
            <Query class="type:x-xmb/xmlwelcome" key="welcome" attr="welcome" />
        </Items>
    </View>

    <View id="seg_psp2appdata">
        <Attributes>
            <Table key="psp2appdata">
                <Pair key="icon_rsc"><>tex_album_icon</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemAlbum</></Pair>
                <Pair key="title_rsc"><>msg_vita_application_utility</></Pair>
                <Pair key="str_noitem"><>msg_error_no_content</></Pair>
                <Pair key="action"><>exec_psp2appdata</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlpsp2appdata" key="psp2appdata"  attr="psp2appdata"/>
        </Items>
    </View>

    <View id="seg_psp2appdata_vita">
        <Attributes>
            <Table key="psp2appdata_vita">
                <Pair key="title_rsc"><>msg_applications_vita</></Pair>
                <Pair key="type"><>vita</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlpsp2appdata-cont" key="psp2appdata_vita" attr="psp2appdata_vita" />
        </Items>
    </View>

    <View id="seg_psp2appdata_psp">
        <Attributes>
            <Table key="psp2appdata_psp">
                <Pair key="title_rsc"><>msg_applications_psp_other</></Pair>
                <Pair key="type"><>psp</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlpsp2appdata-cont" key="psp2appdata_psp" attr="psp2appdata_psp" />
        </Items>
    </View>

    <View id="seg_psp2appdata_ps1">
        <Attributes>
            <Table key="psp2appdata_ps1">
                <Pair key="title_rsc"><>msg_applications_ps1</></Pair>
                <Pair key="type"><>ps1</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlpsp2appdata-cont" key="psp2appdata_ps1" attr="psp2appdata_ps1" />
        </Items>
    </View>

    <View id="seg_psp2appdata_psm">
        <Attributes>
            <Table key="psp2appdata_psm">
                <Pair key="title_rsc"><>msg_applications_psm</></Pair>
                <Pair key="type"><>psm</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlpsp2appdata-cont" key="psp2appdata_psm" attr="psp2appdata_psm" />
        </Items>
    </View>

    <View id="seg_gamedata">
        <Attributes>
            <Table key="gamedata">
                <Pair key="icon_rsc"><>tex_album_icon</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemAlbum</></Pair>
                <Pair key="title_rsc"><>msg_gamedata_utility</></Pair>
                <Pair key="str_noitem"><>msg_error_no_gamedata</></Pair>
                <Pair key="action"><>exec_game</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/folder-pixmap" key="gamedata" attr="gamedata" src="xcb://localhost/query?limit=2048&table=MMS_MEDIA_TYPE_HDD&sort=-Game:Common.timeCreated&cond=Ae+Game:Game.category GD+Oe+Game:Game.category 2D" />
        </Items>
    </View>

    <View id="seg_mcutility">
        <Attributes>
            <Table key="sdvmc">
                <Pair key="icon_rsc"><>item_tex_ps12util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS12</></Pair>
                <Pair key="title_rsc"><>msg_memory_card_utility</></Pair>
                <Pair key="action"><>exec_vmcsavedata</></Pair>
                <Pair key="child"><>segment</></Pair>
                <Pair key="vmc"><>promote</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlmcutility" key="sdvmc" attr="sdvmc" src="#sdvmc_2nd" />
        </Items>
    </View>

    <View id="seg_sdps2">
        <Attributes>
            <Table key="sdps2">
                <Pair key="icon_rsc"><>item_tex_ps3util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS3</></Pair>
                <Pair key="title_rsc"><>msg_savedata_utility_ps2</></Pair>
                <Pair key="action"><>exec_sdps2</></Pair>
                <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps2&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps2&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps2&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps2&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="data_connection"><>host://localhost/q?path=</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlsavedata-ps2" key="sdps2" attr="sdps2"/>
        </Items>
    </View>

    <View id="seg_sdps3">
        <Attributes>
            <Table key="sdps3">
                <Pair key="icon_rsc"><>item_tex_ps3util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS3</></Pair>
                <Pair key="title_rsc"><>msg_savedata_utility_ps3</></Pair>
                <Pair key="action"><>exec_ps3savedata</></Pair>
                <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="data_connection"><>xcb://localhost/query?limit=2048&ssort=root.sort_selected.savedata_ps3_all</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlsavedata-ps3" key="sdps3" attr="sdps3"/>
        </Items>
    </View>

    <View id="seg_sdplus">
        <Attributes>
            <Table key="sdplus">
                <Pair key="icon_rsc"><>item_tex_online_storage</></Pair>
                <Pair key="title_rsc"><>msg_online_storage</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlsavedata-plus" key="sdplus" attr="sdplus"/>
        </Items>
    </View>

    <View id="seg_sdpsp">
        <Attributes>
                <Table key="sdpsp">
                        <Pair key="icon_rsc"><>item_tex_psputil</></Pair>
                        <Pair key="icon_notation"><>WNT_XmbItemSavedataMinis</></Pair>
                        <Pair key="title_rsc"><>msg_savedata_utility_minis_psp</></Pair>
                        <Pair key="action"><>exec_pspsavedata</></Pair>
                        <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                        <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                        <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                        <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                        <Pair key="data_connection"><>xcb://localhost/query?limit=2048&ssort=root.sort_selected.savedata_psp_all</></Pair>
                </Table>
        </Attributes>
        <Items>
                <Query class="type:x-xmb/xmlsavedata-psp" key="sdpsp"  attr="sdpsp"/>
        </Items>
    </View>

    <View id="seg_gameexit">
        <Items>
            <Item class="type:x-xmb/xmlgameexit" key="gameexit" />
        </Items>
    </View>

    <View id="seg_manual">
        <Attributes>
            <Table key="manual">
                <Pair key="icon_rsc"><>tex_manual</></Pair>
                <Pair key="title_rsc"><>msg_soft_manual</></Pair>
                <Pair key="module_name"><>game_plugin</></Pair>
                <Pair key="module_action"><>manual</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/module-action" key="manual" attr="manual" />
        </Items>
    </View>

    <View id="sdvmc_2nd">
        <Attributes>
            <Table key="seg_newvmc">
                <Pair key="focus_priority"><>-1</></Pair>
            </Table>
            <Table key="sdvmc">
                <Pair key="icon_rsc"><>item_tex_ps12util</></Pair>
                <Pair key="action"><>exec_vmcsavedata</></Pair>
                <Pair key="focus_priority"><>-2</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_device_ms"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psv&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_device_sd"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psv&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_device_cf"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psv&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_device_usbmass"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psv&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_seg_device_usb_ps2mc"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psmc&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS2MC"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_seg_device_usb_ps1mc"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psmc&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS1MC"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_seg_device_usb_pda"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psmc&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PDA"
                />
            <Query class="type:x-xmb/folder-pixmap" key="seg_newvmc" attr="seg_newvmc" src="#seg_newvmc" />
            <Query class="type:x-xmb/folder-pixmap" key="sdvmc" attr="sdvmc" src="xcb://localhost/query?limit=2048&ssort=root.sort_selected.vmc_all&genre=Game&cond=Aa+Vmc:Common.title" />
        </Items>
    </View>

    <View id="seg_newvmc">
        <Attributes>
            <Table key="new_vmc">
                <Pair key="title_rsc"><>msg_new_vmc</></Pair>
                <Pair key="info"><>new_vmc</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item  class="type:x-xmb/vmc-new" key="new_vmc" attr="new_vmc" />
        </Items>
    </View>

    <View id="sdvmc_copy_newvmc">
        <Attributes>
            <Table key="copy_new_vmc">
                <Pair key="title_rsc"><>msg_new_vmc</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/folder-pixmap" key="copy_new_vmc" attr="copy_new_vmc" />
        </Items>
    </View>

    <View id="seg_welcome">
        <Attributes>
            <Table key="welcome">
                <Pair key="content_type"><>game</></Pair>
             </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlwelcome" key="welcome" attr="welcome" />
        </Items>
    </View>

</XMBML>
 
here is my category_game.xml, the psstore line is not there

Code:
<XMBML version="1.0">
    <View id="root">
        <Attributes>
            <Table key="seg_device">
                <Pair key="focus_detect"><>enable</></Pair>
                <Pair key="focus_priority"><>-4</></Pair>
            </Table>
            <Table key="seg_add_content_device">
                <Pair key="focus_detect"><>enable</></Pair>
                <Pair key="focus_priority"><>-3</></Pair>
            </Table>
            <Table key="gameDir">
                <Pair key="focus_priority"><>-2</></Pair>
            </Table>
            <Table key="gameDir2">
                <Pair key="focus_priority"><>-1</></Pair>
                <Pair key="custom_priority"><>game=-80</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/folder-pixmap" key="seg_fixed_items" src="#seg_fixed_items"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_sdps2" src="sel://localhost/ps2emusave?category_game.xml#seg_sdps2"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_fixed_items2" src="#seg_fixed_items2"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_gamedebug" src="xmb://localhost//dev_flash/vsh/resource/explore/xmb/app_home.xml#seg_gamedebug"/>
            <Query class="type:x-xmb/folder-pixmap" key="ultimate_toolbox" src="xmb://localhost/dev_hdd0/game/ULTOOLBOX/USRDIR/Ultimate_Toolbox.xml#main_menu"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_package_files" src="xmb://localhost//dev_flash/vsh/resource/explore/xmb/package_manager.xml#seg_package_files"/>
            <Query class="type:x-xmb/folder-pixmap" key="external_xmb" src="xmb://localhost/dev_usb000/external.xml#external"/>
            <Query class="type:x-xmb/folder-pixmap" key="xmb_app3" src="xmb://localhost/dev_hdd0/xmlhost/game_plugin/fb.xml#seg_fb"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_gameexit" src="sel://localhost/ingame?path=category_game.xml#seg_gameexit&type=game"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_manual" src="sel://localhost/ingame?path=category_game.xml#seg_manual&type=manual"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_device" attr="seg_device" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type+StorageMedia:Common.timeCreated&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_PS1_CD+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3GAME_BD %xCB_MEDIA_FORMAT_PS1GAME_CD+An+StorageMedia:Common.fileName BDV"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_device_bdv" attr="seg_device_bdv" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type+StorageMedia:Common.timeCreated&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_PS1_CD+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3GAME_BD %xCB_MEDIA_FORMAT_PS1GAME_CD+Ae+StorageMedia:Common.fileName BDV"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_device2" attr="seg_device2" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_PS1_CD+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3GAME_BD %xCB_MEDIA_FORMAT_PS1GAME_CD+Ae+StorageMedia:StorageMedia.hybrid HYBRID&opt=option_hybrid"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_add_content_device" attr="seg_add_content_device" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_DVDPRW+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3CONTENT_BD %xCB_MEDIA_FORMAT_PS3CONTENT_DVD+Ae+StorageMedia:Common.fileName EX_GAME"/>
            <Query class="type:x-xmb/folder-pixmap" key="seg_mv_content_device" attr="seg_mv_content_device" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&sort=+StorageMedia:StorageMedia.type&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_DVDPRW+AGL+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_PS3CONTENT_BD %xCB_MEDIA_FORMAT_PS3CONTENT_DVD+Ae+StorageMedia:Common.fileName THEMEDIR"/>
            <Query class="type:x-xmb/folder-pixmap" key="gameDir" attr="gameDir" src="xil://localhost/list?t=game"/>
            <Query class="type:x-xmb/folder-pixmap" key="gameDir2" attr="gameDir2" src="sel://localhost/ex?root.view_selected.game"/>
        </Items>
    </View>

    <View id="seg_fixed_items">
        <Attributes>
            <Table key="psp2appdata">
                <Pair key="icon_rsc"><>tex_album_icon</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemAlbum</></Pair>
                <Pair key="title_rsc"><>msg_vita_application_utility</></Pair>
                <Pair key="str_noitem"><>msg_error_no_content</></Pair>
                <Pair key="action"><>exec_psp2appdata</></Pair>
            </Table>
            <Table key="gamedata">
                <Pair key="icon_rsc"><>tex_album_icon</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemAlbum</></Pair>
                <Pair key="title_rsc"><>msg_gamedata_utility</></Pair>
                <Pair key="str_noitem"><>msg_error_no_gamedata</></Pair>
                <Pair key="action"><>exec_game</></Pair>
            </Table>
            <Table key="sdvmc">
                <Pair key="icon_rsc"><>item_tex_ps12util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS12</></Pair>
                <Pair key="title_rsc"><>msg_memory_card_utility</></Pair>
                <Pair key="action"><>exec_vmcsavedata</></Pair>
                <Pair key="child"><>segment</></Pair>
                <Pair key="vmc"><>promote</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlpsp2appdata" key="psp2appdata" attr="psp2appdata"/>
            <Query class="type:x-xmb/folder-pixmap" key="gamedata" attr="gamedata" src="xcb://localhost/query?limit=2048&table=MMS_MEDIA_TYPE_HDD&sort=-Game:Common.timeCreated&cond=Ae+Game:Game.category GD+Oe+Game:Game.category 2D" />
            <Query class="type:x-xmb/xmlmcutility" key="sdvmc" attr="sdvmc" src="#sdvmc_2nd" />
        </Items>
    </View>

    <View id="seg_fixed_items2">
        <Attributes>
            <Table key="sdpsp">
                <Pair key="icon_rsc"><>item_tex_psputil</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavedataMinis</></Pair>
                <Pair key="title_rsc"><>msg_savedata_utility_minis_psp</></Pair>
                <Pair key="action"><>exec_pspsavedata</></Pair>
                <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="data_connection"><>xcb://localhost/query?limit=2048&ssort=root.sort_selected.savedata_psp_all</></Pair>
            </Table>
             <Table key="sdps3">
                <Pair key="icon_rsc"><>item_tex_ps3util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS3</></Pair>
                <Pair key="title_rsc"><>msg_savedata_utility_ps3</></Pair>
                <Pair key="action"><>exec_ps3savedata</></Pair>
                <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="data_connection"><>xcb://localhost/query?limit=2048&ssort=root.sort_selected.savedata_ps3_all</></Pair>
            </Table>
            <Table key="welcome">
                <Pair key="content_type"><>game</></Pair>
             </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlsavedata-psp" key="sdpsp" attr="sdpsp"/>
            <Query class="type:x-xmb/xmlsavedata-ps3" key="sdps3" attr="sdps3"/>
            <Query class="type:x-xmb/xmlwelcome" key="welcome" attr="welcome" />
        </Items>
    </View>

    <View id="seg_psp2appdata">
        <Attributes>
            <Table key="psp2appdata">
                <Pair key="icon_rsc"><>tex_album_icon</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemAlbum</></Pair>
                <Pair key="title_rsc"><>msg_vita_application_utility</></Pair>
                <Pair key="str_noitem"><>msg_error_no_content</></Pair>
                <Pair key="action"><>exec_psp2appdata</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlpsp2appdata" key="psp2appdata"  attr="psp2appdata"/>
        </Items>
    </View>

    <View id="seg_psp2appdata_vita">
        <Attributes>
            <Table key="psp2appdata_vita">
                <Pair key="title_rsc"><>msg_applications_vita</></Pair>
                <Pair key="type"><>vita</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlpsp2appdata-cont" key="psp2appdata_vita" attr="psp2appdata_vita" />
        </Items>
    </View>

    <View id="seg_psp2appdata_psp">
        <Attributes>
            <Table key="psp2appdata_psp">
                <Pair key="title_rsc"><>msg_applications_psp_other</></Pair>
                <Pair key="type"><>psp</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlpsp2appdata-cont" key="psp2appdata_psp" attr="psp2appdata_psp" />
        </Items>
    </View>

    <View id="seg_psp2appdata_ps1">
        <Attributes>
            <Table key="psp2appdata_ps1">
                <Pair key="title_rsc"><>msg_applications_ps1</></Pair>
                <Pair key="type"><>ps1</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlpsp2appdata-cont" key="psp2appdata_ps1" attr="psp2appdata_ps1" />
        </Items>
    </View>

    <View id="seg_psp2appdata_psm">
        <Attributes>
            <Table key="psp2appdata_psm">
                <Pair key="title_rsc"><>msg_applications_psm</></Pair>
                <Pair key="type"><>psm</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlpsp2appdata-cont" key="psp2appdata_psm" attr="psp2appdata_psm" />
        </Items>
    </View>

    <View id="seg_gamedata">
        <Attributes>
            <Table key="gamedata">
                <Pair key="icon_rsc"><>tex_album_icon</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemAlbum</></Pair>
                <Pair key="title_rsc"><>msg_gamedata_utility</></Pair>
                <Pair key="str_noitem"><>msg_error_no_gamedata</></Pair>
                <Pair key="action"><>exec_game</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/folder-pixmap" key="gamedata" attr="gamedata" src="xcb://localhost/query?limit=2048&table=MMS_MEDIA_TYPE_HDD&sort=-Game:Common.timeCreated&cond=Ae+Game:Game.category GD+Oe+Game:Game.category 2D" />
        </Items>
    </View>

    <View id="seg_mcutility">
        <Attributes>
            <Table key="sdvmc">
                <Pair key="icon_rsc"><>item_tex_ps12util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS12</></Pair>
                <Pair key="title_rsc"><>msg_memory_card_utility</></Pair>
                <Pair key="action"><>exec_vmcsavedata</></Pair>
                <Pair key="child"><>segment</></Pair>
                <Pair key="vmc"><>promote</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlmcutility" key="sdvmc" attr="sdvmc" src="#sdvmc_2nd" />
        </Items>
    </View>

    <View id="seg_sdps2">
        <Attributes>
            <Table key="sdps2">
                <Pair key="icon_rsc"><>item_tex_ps3util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS3</></Pair>
                <Pair key="title_rsc"><>msg_savedata_utility_ps2</></Pair>
                <Pair key="action"><>exec_sdps2</></Pair>
                <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps2&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps2&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps2&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps2&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="data_connection"><>host://localhost/q?path=</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlsavedata-ps2" key="sdps2" attr="sdps2"/>
        </Items>
    </View>

    <View id="seg_sdps3">
        <Attributes>
            <Table key="sdps3">
                <Pair key="icon_rsc"><>item_tex_ps3util</></Pair>
                <Pair key="icon_notation"><>WNT_XmbItemSavePS3</></Pair>
                <Pair key="title_rsc"><>msg_savedata_utility_ps3</></Pair>
                <Pair key="action"><>exec_ps3savedata</></Pair>
                <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdps3&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                <Pair key="data_connection"><>xcb://localhost/query?limit=2048&ssort=root.sort_selected.savedata_ps3_all</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlsavedata-ps3" key="sdps3" attr="sdps3"/>
        </Items>
    </View>

    <View id="seg_sdplus">
        <Attributes>
            <Table key="sdplus">
                <Pair key="icon_rsc"><>item_tex_online_storage</></Pair>
                <Pair key="title_rsc"><>msg_online_storage</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/xmlsavedata-plus" key="sdplus" attr="sdplus"/>
        </Items>
    </View>

    <View id="seg_sdpsp">
        <Attributes>
                <Table key="sdpsp">
                        <Pair key="icon_rsc"><>item_tex_psputil</></Pair>
                        <Pair key="icon_notation"><>WNT_XmbItemSavedataMinis</></Pair>
                        <Pair key="title_rsc"><>msg_savedata_utility_minis_psp</></Pair>
                        <Pair key="action"><>exec_pspsavedata</></Pair>
                        <Pair key="ms_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                        <Pair key="sd_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                        <Pair key="cf_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                        <Pair key="mass_connection"><>xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-sdpsp&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA</></Pair>
                        <Pair key="data_connection"><>xcb://localhost/query?limit=2048&ssort=root.sort_selected.savedata_psp_all</></Pair>
                </Table>
        </Attributes>
        <Items>
                <Query class="type:x-xmb/xmlsavedata-psp" key="sdpsp"  attr="sdpsp"/>
        </Items>
    </View>

    <View id="seg_gameexit">
        <Items>
            <Item class="type:x-xmb/xmlgameexit" key="gameexit" />
        </Items>
    </View>

    <View id="seg_manual">
        <Attributes>
            <Table key="manual">
                <Pair key="icon_rsc"><>tex_manual</></Pair>
                <Pair key="title_rsc"><>msg_soft_manual</></Pair>
                <Pair key="module_name"><>game_plugin</></Pair>
                <Pair key="module_action"><>manual</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/module-action" key="manual" attr="manual" />
        </Items>
    </View>

    <View id="sdvmc_2nd">
        <Attributes>
            <Table key="seg_newvmc">
                <Pair key="focus_priority"><>-1</></Pair>
            </Table>
            <Table key="sdvmc">
                <Pair key="icon_rsc"><>item_tex_ps12util</></Pair>
                <Pair key="action"><>exec_vmcsavedata</></Pair>
                <Pair key="focus_priority"><>-2</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_device_ms"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psv&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_device_sd"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psv&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_SD+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_device_cf"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psv&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_device_usbmass"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psv&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+AGL+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBWM+An+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_ETHER+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_seg_device_usb_ps2mc"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psmc&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS2MC"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_seg_device_usb_ps1mc"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psmc&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PS1MC"
                />
            <Query
                class="type:x-xmb/folder-pixmap"
                key="vmc_seg_device_usb_pda"
                src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psmc&sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia:StorageMedia.timeInserted&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_PDA"
                />
            <Query class="type:x-xmb/folder-pixmap" key="seg_newvmc" attr="seg_newvmc" src="#seg_newvmc" />
            <Query class="type:x-xmb/folder-pixmap" key="sdvmc" attr="sdvmc" src="xcb://localhost/query?limit=2048&ssort=root.sort_selected.vmc_all&genre=Game&cond=Aa+Vmc:Common.title" />
        </Items>
    </View>

    <View id="seg_newvmc">
        <Attributes>
            <Table key="new_vmc">
                <Pair key="title_rsc"><>msg_new_vmc</></Pair>
                <Pair key="info"><>new_vmc</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Item  class="type:x-xmb/vmc-new" key="new_vmc" attr="new_vmc" />
        </Items>
    </View>

    <View id="sdvmc_copy_newvmc">
        <Attributes>
            <Table key="copy_new_vmc">
                <Pair key="title_rsc"><>msg_new_vmc</></Pair>
            </Table>
        </Attributes>
        <Items>
            <Query class="type:x-xmb/folder-pixmap" key="copy_new_vmc" attr="copy_new_vmc" />
        </Items>
    </View>

    <View id="seg_welcome">
        <Attributes>
            <Table key="welcome">
                <Pair key="content_type"><>game</></Pair>
             </Table>
        </Attributes>
        <Items>
            <Item class="type:x-xmb/xmlwelcome" key="welcome" attr="welcome" />
        </Items>
    </View>

</XMBML>

If I remember correctly, the ps store icon is the "seg_welcome" entry, at the end
 
If I remember correctly, the ps store icon is the "seg_welcome" entry, at the end
this worked, turned out i had missed one of them in the file haha, now i just need to find the line for that star PlayStation 3 folder because whenever i click on it, it just gives me error 80028f14 so i have no idea what it is
 
this worked, turned out i had missed one of them in the file haha, now i just need to find the line for that star PlayStation 3 folder because whenever i click on it, it just gives me error 80028f14 so i have no idea what it is
The star PlayStation 3 folder was called "app_home" and it can be used to mount games. If you wanna remove it, remove the line
Code:
<Query class="type:x-xmb/folder-pixmap" key="seg_gamedebug" src="xmb://localhost//dev_flash/vsh/resource/explore/xmb/app_home.xml#seg_gamedebug"/>

Or rename /dev_flash/vsh/resource/explore/xmb/app_home.xml to something else
 
The star PlayStation 3 folder was called "app_home" and it can be used to mount games. If you wanna remove it, remove the line
Code:
<Query class="type:x-xmb/folder-pixmap" key="seg_gamedebug" src="xmb://localhost//dev_flash/vsh/resource/explore/xmb/app_home.xml#seg_gamedebug"/>

Or rename /dev_flash/vsh/resource/explore/xmb/app_home.xml to something else
well if it is used for game mounting then ill leave it cause i use webman mod to read my backups
 
Back
Top