# Turn the screenshot on or off
# Setting it to 0 turns it off
# Setting it to 1 turns it on
screenShot = 1;

# Turn the autoUSB on or off
# Setting it to 0 turns it off
# Setting it to 1 turns it on
autoUSB = 1;
# !!!Warning!!!!
# Although convienent, it's also dangerous. If you copy a file while this
# is on, then the file will go corrupt, and the folder may also go corrupt.
# The screenshot disable the usb while before it sves, thus keeping it intact.
# But it you want to do something, like copying a game save, remove the USB cable
# if it's pluged in, or your games save may go corrupt.
# !!!Warning!!!!

# Set the cpu
# Setting it to 0 puts it at 222/222/111(default)
# Setting it to 1 puts it at 333/333/166(speeds up the XMB)
cpu = 0;

# Set the CPU when on hold (saves power)
# Setting it to 0 puts it at 222/222/111(default)
# Setting it to 1 puts it at 111/111/111(recommended)
cpuPowerSave = 0;