Skip to content

Commit

Permalink
Release v6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Apr 16, 2018
1 parent ba7074b commit dac47d0
Show file tree
Hide file tree
Showing 14 changed files with 2,174 additions and 1,889 deletions.
2 changes: 1 addition & 1 deletion adrenaline_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define __ADRENALINE_COMPAT_H__

#define ADRENALINE_VERSION_MAJOR 6
#define ADRENALINE_VERSION_MINOR 1
#define ADRENALINE_VERSION_MINOR 2
#define ADRENALINE_VERSION ((ADRENALINE_VERSION_MAJOR << 16) | ADRENALINE_VERSION_MINOR)

#define xstr(s) #s
Expand Down
2 changes: 1 addition & 1 deletion bubble/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(VITA_MAKE_FSELF_FLAGS "${VITA_MAKE_FSELF_FLAGS} -a 0x2800000000000001")
add_executable(adrenaline
main.c
utils.c
graphics.c
scr_printf.c
font.c
)

Expand Down
173 changes: 0 additions & 173 deletions bubble/graphics.c

This file was deleted.

35 changes: 0 additions & 35 deletions bubble/graphics.h

This file was deleted.

6 changes: 3 additions & 3 deletions bubble/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <string.h>

#include "utils.h"
#include "graphics.h"
#include "pspdebug.h"

#include "../adrenaline_compat.h"

Expand Down Expand Up @@ -176,9 +176,9 @@ int main() {
memset(&stat, 0, sizeof(SceIoStat));
if (sceIoGetstat("ux0:app/" ADRENALINE_TITLEID "/flash0", &stat) < 0 &&
sceIoGetstat("ux0:app/" ADRENALINE_TITLEID "/661.PBP", &stat) < 0) {
printf("The 6.61 firmware has not been installed yet and 661.PBP does not exist.\n");
printf("The 6.61 firmware has not been installed yet and 661.PBP does not\nexist.\n");
printf("Press X to download the PSP 6.61 firmware.\n");
printf("Press any other button to ignore it (but you need to manually put 661.PBP to ux0:app/" ADRENALINE_TITLEID "/661.PBP" ").\n\n");
printf("Press any other button to ignore it (but you need to manually\nput 661.PBP to ux0:app/" ADRENALINE_TITLEID "/661.PBP" ").\n\n");

while (1) {
SceCtrlData pad;
Expand Down
Binary file modified bubble/pkg/sce_module/adrenaline_kernel.skprx
Binary file not shown.
Binary file modified bubble/pkg/sce_module/adrenaline_user.suprx
Binary file not shown.
Binary file modified bubble/pkg/sce_module/adrenaline_vsh.suprx
Binary file not shown.
Loading

0 comments on commit dac47d0

Please sign in to comment.