#########################
# GameMenu Config       #
#                       #
#########################


# Menu Open Key
# You can use PSP_CTRL_SELECT, PSP_CTRL_START, 
# PSP_CTRL_UP, PSP_CTRL_RIGHT, PSP_CTRL_DOWN, PSP_CTRL_LEFT,
# PSP_CTRL_LTRIGGER, PSP_CTRL_RTRIGGER,
# PSP_CTRL_TRIANGLE, PSP_CTRL_CIRCLE, PSP_CTRL_CROSS, PSP_CTRL_SQUARE,
# PSP_CTRL_HOME, PSP_CTRL_NOTE, PSP_CTRL_SCREEN, 
# PSP_CTRL_VOLUP and PSP_CTRL_VOLDOWN.
#
# ex)
# KEY_CONFIG=PSP_CTRL_SELECT+PSP_CTRL_START;
# KEY_CONFIG=PSP_CTRL_SELECT|PSP_CTRL_START|PSP_CTRL_SQUARE;
# KEY_CONFIG = PSP_CTRL_VOLUP|PSP_CTRL_VOLDOWN;
# KEY_CONFIG = PSP_CTRL_RTRIGGER + PSP_CTRL_NOTE;

KEY_CONFIG = PSP_CTRL_SELECT + PSP_CTRL_START;


# BackGround Color
#
# 0xAABBGGRR
# AA -> Alpha blend (0x00 - 0xFF)
# BB -> Blue
# GG -> Grean
# RR -> Red
#
# ex)
# TITLE_BACK_COLOR  = 0x8000B000;
# MENU_BACK_COLOR   = 0x400000B0;
# CURSOR_BACK_COLOR = 0xffff8080;

TITLE_BACK_COLOR  = 0xFF00B000;
MENU_BACK_COLOR   = 0xFF0000B0;
CURSOR_BACK_COLOR = 0xFFFF8080;
