Editing XMBML Functions
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 162: | Line 162: | ||
! Path !! Example !! notes | ! Path !! Example !! notes | ||
|- | |- | ||
| rowspan="2" | dev_flash/vsh/resource/explore/xmb/ | | rowspan="2" | dev_flash/vsh/resource/explore/xmb/xml_file.xml || xmb://localhost/'''dev_flash/vsh/resource/explore/'''xmb/xml_file.xml#file_segment || explicit path | ||
|- | |- | ||
| xmb://localhost/'''%flash/'''xmb/ | | xmb://localhost/'''%flash/'''xmb/xml_file.xml#file_segment || shorcut path | ||
|- | |- | ||
| dev_hdd0/game/XMBMANPLS/USRDIR/xmbmp/game_settings.xml || xmb://localhost/dev_hdd0/game/XMBMANPLS/USRDIR/xmbmp/game_settings.xml#seg_settings || XMBM+ mod loads the main items from the installation folder of an app<br>Intended for easy updates of the .xml files | | dev_hdd0/game/XMBMANPLS/USRDIR/xmbmp/game_settings.xml || xmb://localhost/dev_hdd0/game/XMBMANPLS/USRDIR/xmbmp/game_settings.xml#seg_settings || XMBM+ mod loads the main items from the installation folder of an app<br>Intended for easy updates of the .xml files | ||
Line 172: | Line 172: | ||
|} | |} | ||
*Other uses, found inside explore_category_video.sprx (interesting because the file root.xml doesnt exists in path dev_flash | *Other uses, found inside explore_category_video.sprx (interesting because the file root.xml doesnt exists in path dev_flash\vsh\resource\explore\xmb) | ||
**xmb://localhost/root.xml# | **xmb://localhost/root.xml# | ||
**xmb://localhost/app_home/root.xml# | **xmb://localhost/app_home/root.xml# |