COMBO1:0x008000
COMBO2:0x000040
COMBO3:0x008000
COMBO4:0x000020

/////////////////////////////////////////////////////////
^^ Make sure no white spaces exist after each value[code], 
or else things will break.

Combo1 Pressed then Combo2:
---------------------------
Just turn off wifi.

Combo3 Pressed then Combo4:
----------------------------
Turn off wifi + Set RAM/CPU/BUS to lowest minmum 23/2/2 mhz.
////////////////////////////////////////////////////////////

Usable List of Combos taken from SDK ;) 
----------------------------------------

PSP_CTRL_SELECT     = 0x000001
PSP_CTRL_START      = 0x000008
PSP_CTRL_UP         = 0x000010
PSP_CTRL_RIGHT      = 0x000020
PSP_CTRL_DOWN       = 0x000040
PSP_CTRL_LEFT       = 0x000080
PSP_CTRL_LTRIGGER   = 0x000100
PSP_CTRL_RTRIGGER   = 0x000200
PSP_CTRL_TRIANGLE   = 0x001000
PSP_CTRL_CIRCLE     = 0x002000
PSP_CTRL_CROSS      = 0x004000
PSP_CTRL_SQUARE     = 0x008000
PSP_CTRL_HOME       = 0x010000

