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


<Description>
 This plugin can boot GAME/POPS/ISO without returning to the XMB.
 This plugin can boot GAME/POPS/ISO on VSH startup with holding a up/right/down/left key.


<Viable environment>
Tested on:
 - PSP-3000 with 6.39LME-9.6
 - PSP-1000 with 6.60ME-1.6 / PRO-B9


<Dependency>
 - cmlibMenu 1.8 or more


<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. AABBGGRR in hexadecimal.
 - SHDW_COL: Shadow color. AABBGGRR in hexadecimal.
 - SEL_COL: Select color. AABBGGRR in hexadecimal.
 - WIN_COL: Window color. AABBGGRR in hexadecimal.
 - WIN_COL2: Window color2. AABBGGRR in hexadecimal.
 * Alpha value is not applied.

 - UMDMODE: UMDMODE for ISO. Can use 0 to 3.
  (Normal:0, M33:1, NP9660:2, ME/Inferno:3)

 - AS_UP: AutoStart path for up-key.
 - AS_RIGHT: AutoStart path for right-key.
 - AS_DOWN: AutoStart path for down-key.
 - AS_LEFT: AutoStart path for left-key.


<AutoStart>
 Boot GAME/POPS/ISO on VSH startup with holding a key.
 ex.) 
  AS_UP = ms0:/PSP/GAME/FastRecovery/EBOOT.PBP
  AS_DOWN = "ms0:/ISO/my disc.iso"


<How to use>
 - Press MENU_BTN to open/close the menu.
 - Press CROSS to execute.
 - Press CIRCLE to close menu.
 - Press SELECT to change UMDMODE (Normal -> M33 -> NP9660 -> ME/Inferno).
 - Press L/R to change list (Fav <-> All).
 - Hold TRIANGLE to add to fav (only All-list).
 - Hold SQUARE to remove fav (only Fav-list).

<Thanks>
 Plum: This plugin using his suspend/resume thread method.
 ABCanG: This plugin using his suspend/resume thread method.
 neur0n: Thanks for advice.
 Team Otwibaco: This plugin import their cmlibMenu.
