Skip to content

Commit

Permalink
Update 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Jun 29, 2018
1 parent c6804e1 commit 34ca147
Show file tree
Hide file tree
Showing 5 changed files with 1,065 additions and 1,060 deletions.
2 changes: 1 addition & 1 deletion adrenaline_compat.h
Expand Up @@ -20,7 +20,7 @@
#define __ADRENALINE_COMPAT_H__

#define ADRENALINE_VERSION_MAJOR 6
#define ADRENALINE_VERSION_MINOR 3
#define ADRENALINE_VERSION_MINOR 4
#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.
Binary file modified cef/flash0/kd/systemctrl.prx
Binary file not shown.
11 changes: 8 additions & 3 deletions readme.md
Expand Up @@ -15,17 +15,18 @@ How to install
2. Launch Adrenaline and press X to download the 6.61 firmware. After finishing it will automatically terminate.
3. Relaunch Adrenaline, this time it will go into pspemu mode. Follow the instructions on screen.

**Note #1:** Adrenaline has been redesigned in `6.61 Adrenaline-6`, so you'd need to launch Adrenaline twice everytime you reboot your device. To get rid of that, simply write this line to `*KERNEL`
Getting rid of double launch bug
--------------------------------
Adrenaline has been redesigned in `6.61 Adrenaline-6`, so you'd need to launch Adrenaline twice everytime you reboot your device. To get rid of that, simply write this line to `*KERNEL`

```text
*KERNEL
ux0:app/PSPEMUCFW/sce_module/adrenaline_kernel.skprx
```

**Note #2:** If you have been using a previous Adrenaline, please uninstall it before using `6.61 Adrenaline-6` or higher. Just remove the directory `ux0:adrenaline` to avoid interference.

Network update
--------------
**CURRENTLY NOT WORKING**
For 6.61 Adrenaline-4 or higher, you can use the 'System Update' in the XMB to update Adrenaline to the latest version.
1. Choose 'System Update' in XMB, then click 'Update via Internet'.
2. If a connection name does already exist, skip to 5).
Expand All @@ -37,6 +38,10 @@ For 6.61 Adrenaline-4 or higher, you can use the 'System Update' in the XMB to u
Changelog
---------

### Changelog v6.4
- Added ability to fast forward in PS1 games by pressing L+SELECT.
- Fixed double launch bug when using without enso. You need to add the kernel module to config to do so.

### Changelog v6.3
- Added support for 3.68.
- Added ability to freely adjust the screen size to your desire in both psp and ps1 modes.
Expand Down

0 comments on commit 34ca147

Please sign in to comment.