Rearrange bookmarks in the new GUI
Created: 24 Apr 2010 04:42 by leigerleiger
Last edited: 03 Nov 2010 01:16 by leigerleiger
» edit page
» upload files

If you look at your CycloDS folder on the microSD card you will notice a new configuration file that has been created for the B.0 firmware. This was created so that if there were any bugs with the config file, you still had your original one left unchanged.

The new configuration file stores information about bookmarks on the new GUI. For example, this is a snippet of the XML file I have:

    <!--
    Bookmarks
    -->
    <bookmark>/NDS_Backup/POKEMON_HG_IPKE00.nds</bookmark>
    <bookmark>/NDS_Backup/POKEMON_PLATINUM.nds</bookmark>
    <bookmark>/NDS_Backup/GTA_CTW.Nds</bookmark>

Now if you don't like the ordering of the bookmarks on your main menu, all you need to do is to edit this file and rearrange the bookmarks. For example, if I wanted GTA:CTW to appear in the middle of the other two games on my menu, I would rearrange it to look like this:

    <!--
    Bookmarks
    -->
    <bookmark>/NDS_Backup/POKEMON_HG_IPKE00.nds</bookmark>
    <bookmark>/NDS_Backup/GTA_CTW.Nds</bookmark>
    <bookmark>/NDS_Backup/POKEMON_PLATINUM.nds</bookmark>

Note that the last two lines have been switched around.

Did this FAQ help you? If it did, please rate it up!

rating: +3+x

Similar FAQs:

Add a new comment

This work (images and text) is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 Australia License. CSS theme & forum code is licensed under standard copyright (c) 2010.