Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakler authored Jun 22, 2017
1 parent 5519c6b commit 1c9bbca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ all: $(TARGET).vpk
-a files/releases/adrenaline_v5/adrenaline.skprx=files/releases/adrenaline_v5/adrenaline.skprx \
-a files/releases/adrenaline_v5/adrenaline.suprx=files/releases/adrenaline_v5/adrenaline.suprx \
-a files/releases/adrenaline_v5/usbdevice.skprx=files/releases/adrenaline_v5/usbdevice.skprx \
-a files/releases/adrenaline_v5.1/adrenaline.skprx=files/releases/adrenaline_v5.1/adrenaline.skprx \
-a files/releases/adrenaline_v5.1/adrenaline.suprx=files/releases/adrenaline_v5.1/adrenaline.suprx \
-a files/releases/adrenaline_v5.1/usbdevice.skprx=files/releases/adrenaline_v5.1/usbdevice.skprx \
-a files/updatehistory.txt=files/updatehistory.txt \
-a files/icon0.dds=files/icon0.dds \
-a files/bg0.png=files/bg0.png \
Expand Down
4 changes: 4 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ To add a new release:
*/

/** Changelog
* v1.15
* - updated for Adrenaline-5.1
*
* v1.14
* - updated for Adrenaline-5
* - removed ms0:ISO/video/ folder creation
Expand Down Expand Up @@ -122,6 +125,7 @@ Menu installer_menu[] = {

Menu files_menu[] = {
//*title //type //*function //*arg //*arg2 //*message
{"2017-06-21 : adrenaline_v5.1.zip" , MENU_ACTIVE , draw_psp_games ,"adrenaline_v5.1" , "ux0:adrenaline" , "" },
{"2017-06-05 : adrenaline_v5.zip" , MENU_ACTIVE , draw_psp_games ,"adrenaline_v5" , "ux0:adrenaline" , "" },
{"2017-06-03 : adrenaline_v4.2.zip" , MENU_ACTIVE , draw_psp_games ,"adrenaline_v4.2" , "ux0:adrenaline" , "" },
{"2017-05-25 : adrenaline_v4.1.zip" , MENU_ACTIVE , draw_psp_games ,"adrenaline_v4.1" , "ux0:adrenaline" , "" },
Expand Down
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#define MAIN_TITLE "Adrenaline EasyInstaller"
#define TITLEID "ADRINSTAL"
#define VERSION "1.14"
#define VERSION "1.15"

#define DEFAULT_BASEGAME "NPEZ00104" //coming with integrated installer

Expand Down

0 comments on commit 1c9bbca

Please sign in to comment.