Skip to content

Commit

Permalink
Update v6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Mar 16, 2019
1 parent 7938368 commit 6e73f0a
Show file tree
Hide file tree
Showing 6 changed files with 15,289 additions and 15,250 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 8
#define ADRENALINE_VERSION_MINOR 9
#define ADRENALINE_VERSION ((ADRENALINE_VERSION_MAJOR << 16) | ADRENALINE_VERSION_MINOR)

#define xstr(s) #s
Expand Down
Binary file modified bubble/pkg/sce_module/adrenaline_user.suprx
Binary file not shown.
30,525 changes: 15,282 additions & 15,243 deletions cef/updater/adrenaline_user.h

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions cef/updater/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,14 @@ int main(void) {
ErrorExit(5000, "This update can only be applied with v6.4 or higher.\n");
}

if (sctrlSEGetVersion() >= 0x00060008) {
if (sctrlSEGetVersion() >= ADRENALINE_VERSION) {
ErrorExit(5000, "This update or a higher one was already applied.\n");
}

printf("6.61 Adrenaline-6.8 Installer\n");
printf("6.61 Adrenaline-%d.%d Installer\n", ADRENALINE_VERSION_MAJOR, ADRENALINE_VERSION_MINOR);
printf("Changes:\n\n");

printf("- Added sharp bilinear without scanlines filter. Thanks to rsn8887.\n");
printf("- Fixed PS1 slowdowns. Thanks to rsn8887.\n");
printf("- Fixed compatiblity with h-encore 2.0.\n");
printf("- Fixed compatiblity with udcd_uvc.skprx plugin.\n");
printf("- Added support for native resolution patches.\n");
printf("\n");

printf("Press X to install, R to exit.\n\n");
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ For 6.61 Adrenaline-6.4 or higher, you can use the `System Update` in the XMB to
Changelog
---------

### Changelog v6.9
- Added support for native resolution patches.

### Changelog v6.8
- Added sharp bilinear without scanlines filter. Thanks to rsn8887.
- Fixed PS1 slowdowns. Thanks to rsn8887.
Expand Down
Binary file modified user/flash0/kd/systemctrl.prx
Binary file not shown.

0 comments on commit 6e73f0a

Please sign in to comment.