/************
* QuickBoot
*************/
Author: wn
Mail: wnbyaku@gmail.com
Twitter: @wnbyaku

*warning: This plugin is still testing.

<Introduction>
 This plugin can boot GAME/POPS/ISO without returning to the XMB.


<Viable environment>
Tested on: PSP-3000 with 6.39LME-9.3


<Install>
 - Copy quick_boot.prx to the /seplugins.
 - Add quick_boot.prx path to the game.txt and pops.txt
 - Download latest cmlibMenu and copy "lib" folder to the /seplugins.
   (cmlibMenu is here http://code.google.com/p/prx-common-libraries/downloads/list)


<quick_boot.ini>
 *MENU_BTN: Button of open/close menu. Up to 3 can be set(Separated by '|').
  (NOTE, START, SELECT, L, R, UP, DOWN, LEFT, RIGHT, TRIANGLE, CROSS, SQUARE, CIRCLE)

 *FNT_COL: Font color. ABGR in hexadecimal.
 *SHDW_COL: Shadow color. ABGR in hexadecimal.
 *SEL_COL: Select color. ABGR in hexadecimal.
 *WIN_COL: Window color. ABGR in hexadecimal.

 *UMDMODE: UMDMODE for ISO. Can use 0 to 3.


<How to use>
 - Press MENU_BTN to open the menu.
 - Press CROSS to execute.
 - Press CIRCLE or MENU_BTN to close menu.
 - Press SELECT to change UMDMODE.

<Thanks>
 Plum: This plugin using his suspend thread method.
 Team Otwibaco: This plugin import their cmlibMenu.
