########################## # Mp3 Custom Firmware Plugin V3 # # Created by: Slasher # ############################ # Please note - # # Whenever you change an option in the config, you must either load up a homebrew # # and exit it to refresh the XMB, OR, turn off your PSP and then turn it back on. # ########################### # Change the CPU speed to your liking. # Recommended speeds - 222, 266, ,333 # Default^ Faster^ Fastest^ cpuSpeed = 222; # Do you want the music to automatically start playing without a prompt key? # on = yes, off = no. # By default, this is disabled. autoStart = off; # Change the display mode to your liking. # # Mode A = Show song title briefly after changing song. # Mode B = Show song title always. # Mode C = Show nothing...ever. # # By default, it's Mode A. mode = A; ###################################### # For all of the following, these are your options. # # HOME, LTRIGGER, RTRIGGER, LEFT, RIGHT, DOWN, UP, CROSS, CIRCLE, TRIANGLE, SQUARE, # START, SELECT ###################################### # Change to the button that you want to hold down for the controls. # By default, it's HOME. holdButton = HOME; # Change to the button that you want to switch to the next song. # By default, it's LTRIGGER. nextSongButton = LTRIGGER; # Change to the button that you want to switch to the previous song. # By default, it's RTRIGGER. previousSongButton = RTRIGGER; # Change to the button that you want to be your pause button. # By default, it's SQUARE. pauseButton = SQUARE; # Change to the button that you want to be your stop button. # By default, it's UP. stopButton = UP;