xboxscene.org forums

Author Topic: Where'd My Emulator On Dash Go?  (Read 40 times)

I3roknI3ottle

  • Archived User
  • Newbie
  • *
  • Posts: 23
Where'd My Emulator On Dash Go?
« on: October 30, 2006, 05:40:00 AM »

I used to have a thing on my dash that had emulator and all of them in it.  But the folder on the dash is gone so I don't kow how to access them, any help is appreciated.
Logged

skyzerr33

  • Archived User
  • Sr. Member
  • *
  • Posts: 320
Where'd My Emulator On Dash Go?
« Reply #1 on: October 31, 2006, 01:08:00 AM »

Just make sure your config.xml says something like this
and the emulators all should go in a Emulators folder
and fill in the path drive

<Item Action="LaunchDVD" >Launch DVD</Item>
      <List Text="Games" Sort="On" Auto="On">
         <Path>E:\Games</Path>
         <Path>F:\Games</Path>
         <Path>G:\Games</Path>
         <Path>E:\HDDLoader</Path>
         <Path>F:\HDDLoader</Path>
      </List>
                <List Text="Emulators" Sort="On" Auto="On">
                        <path>?:\Emulators</path>

                </list>
      <List Text="Applications" Sort="On" Auto="On">
         <Path>E:\Apps</Path>
         <Path>F:\Apps</Path>
         <Item Action="TextEditor" >Text Editor</Item>
Logged