-
Notifications
You must be signed in to change notification settings - Fork 2
Additional changes
jingkai. edited this page Jan 31, 2026
·
18 revisions
All features that were avaliable in chiaki-ng switch should be avaliable, like haptics, hwdecoding, login pin, bla bla plus...
- Basic support for remote play. The SAME CAVEATS WITH CHIAKI-NG, PSPLAY, PSPORTAL, etc STILL APPLIES. YOU NEED TO PUNCH THROUGH TO PSN FOR INITIATION. I didnt test this that much because I dont use it that much
- Select bitrate.
- Hidden menu (think about android and how you unlock developer settings) to raise bitrate caps up to 30k. Ultimately, you request for the bitrate, and the ps5 may or may not give it to you. It's not a constant bitrate encoding by any means.
- Deprecate the original borealis version that was used and use xfangfang's fork of borealis with the yoga rendering engine
- Used deko3d for rendering rather than openGL.
- Added gyro reset event (and handled it).
- allow users to select which (left/right) would be used for gyro, default left
- No longer need to compile switch-dav1d and switch-ffmpeg with hwaccel support as these have been brought into devkitpro
- Just used the devkitpro builder docker image
- Removed mbedTLS entirely and replace with libnx/software crypto built on hardware-accelerated crypto/micro-ecc depending on what algorithm is needed. forked chiaki-ng:.
- Use libNX starting from 4.1.0 and used a custom version of cURL 8.18.0 with the libNX vTLS backend.
- Rather than going to the HID directly, use the built in rumble methods exposed in borealis.
- Stream debug menu to show some stats (hold down - for 3 seconds). Dont recommend you show stats all the time because I hacked it in.
- Stream menu also allows you to do a clean disconnect without having to exit the entire app, and also disconnect by putting it to sleep and returning to the akira menu to play another console. Im not sure why you would want to do this, but you have a choice now
- userland wireguard support
- default request for new I-frame on frame corruption
- Remappable input bindings for all except for arrow buttons
- Sleep console on exit.
DO NOT LEAVE THE STATS MENU OPEN AS IT WILL DEGRADE PERFORMANCE AND ITS ONLY MEANT TO BE USED IN DEVELOPMENT/DEBUG