Alright if someone could tell me how to put emulators and roms on my softmodded unleash x dashboard it would be greatly appreciated. I know there are folders for emulators but someone plz help me. thnx
You'll have to edit the Config.xml file with Notepad and point it to the right direction. Here's an example from mine. <Menu> <Item Action="LaunchDVD" Icon="C:\Icons\launchdvd.png">DVD-ROM DRIVE</Item> <List Text="GAMES ON HDD" Sort="On" Auto="On" Icon="C:\Icons\games.png"> <Path>E:\Games</Path> <Path>F:\Games</Path> <Path>G:\Games</Path> <Path>E:\HDDLoader</Path> <Path>F:\HDDLoader</Path> </List> [bold]<List Text="EMULATORS" Sort="On" Auto="On" Icon="C:\Icons\emulators.png"> <Path>G:\Apps\Emulators</Path> <Path>F:\Apps\Emulators</Path> </List>[/bold] <List Text="HOMEBREWS" Sort="On" Auto="On" Icon="C:\Icons\homebrew.png"> <Path>E:\Homebrew</Path> <Path>F:\Homebrew</Path> </List> <List Text="APPLICATIONS" Sort="On" Auto="On" Icon="C:\Icons\xcommander.png"> <Path>E:\Apps</Path> <Path>F:\Apps</Path> <Item Action="TextEditor" Icon="C:\Icons\texteditor.png">TEXT EDITOR</Item> </List> <List Text="DASHBOARDS" Sort="On" Auto="On" Icon="C:\Icons\applications.png"> <Path>C:\Dashboards</Path> </List>
Click on Start->All programs->Accessories->Notepad. Or you can just right-click on the Config.xml file and choose open with Notepad.