Skip to content

Commit

Permalink
444 Mhz mode and Temporal fix for app resources
Browse files Browse the repository at this point in the history
  • Loading branch information
frangarcj committed Jul 28, 2016
1 parent fd9b5e5 commit a96b8a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions smsplus/psp/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ PL_MENU_OPTIONS_BEGIN(PspClockFreqOptions)
PL_MENU_OPTION("266 MHz", 266)
PL_MENU_OPTION("300 MHz", 300)
PL_MENU_OPTION("333 MHz", 333)
PL_MENU_OPTION("444 MHz", 444)
PL_MENU_OPTIONS_END
PL_MENU_OPTIONS_BEGIN(AutofireOptions)
PL_MENU_OPTION("Once every 3 frames", 2)
Expand Down Expand Up @@ -429,8 +430,8 @@ void InitMenu()

/* Load the background image */
pl_file_path background;
snprintf(background, sizeof(background) - 1, "%sbackgroundsms.png",
pl_psp_get_app_directory());
snprintf(background, sizeof(background) - 1, "%sbackgroundsms.png", "app0:/"
/*pl_psp_get_app_directory()*/);
Background = pspImageLoadPng(background);
//Background = pspImageLoadPng("background.png");

Expand Down

0 comments on commit a96b8a8

Please sign in to comment.