May 2021 Updates
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
May 2021 Updates
Going to try to get back to putting all the releases for a month in a single thread, partly so we can keep some record of the updates and improvements we make. Might be nice to do a summary post on the end with some numbers.
First release of May 2021 is a downgrade of devkitPPC-gdb since later versions can no longer seem to connect to the libogc debug stub( see (viewtopic.php?f=15&t=9154 ). It needs looking at properly at some point rather than sticking with an old version forever but this seemed like the best solution for now. You'll need to explicity install devkitPPC-gdb with [sudo] [dkp-]pacman -Sy devkitPPC-gdb to get version 7.6.2 since pacman won't automatically install a lower version.
This month, we have the following Patrons to whom we would like to give our most sincere thanks! (If you are a Patron and do not wish to be publicly listed, please let us know through any contact platform)
Michael Theall
TuxSH, Lily Foster, Kaeru Team, Ray Haleblian, gruetzkopf
Jeremy S Postelnek, Trevor Rudolph
mGBA
Mack Eugene, Tiago Nascimento, Extrems, Rajveer Aujla, Ben Morris, TheoUnderStars, Brandon, Miras Absar, rsn8887
Hamcha, Jon Bell
JerRy, Craig Richardson, Andrey Legchilin, Anders Persson, Toby Hutton, Thomas Finch, Kim Rosenbohm, Gustavo Valiente, Daniel 'dbeef' Zalega, Admiral H. Curtiss, M4xw, Lollie
First release of May 2021 is a downgrade of devkitPPC-gdb since later versions can no longer seem to connect to the libogc debug stub( see (viewtopic.php?f=15&t=9154 ). It needs looking at properly at some point rather than sticking with an old version forever but this seemed like the best solution for now. You'll need to explicity install devkitPPC-gdb with [sudo] [dkp-]pacman -Sy devkitPPC-gdb to get version 7.6.2 since pacman won't automatically install a lower version.
This month, we have the following Patrons to whom we would like to give our most sincere thanks! (If you are a Patron and do not wish to be publicly listed, please let us know through any contact platform)
Michael Theall
TuxSH, Lily Foster, Kaeru Team, Ray Haleblian, gruetzkopf
Jeremy S Postelnek, Trevor Rudolph
mGBA
Mack Eugene, Tiago Nascimento, Extrems, Rajveer Aujla, Ben Morris, TheoUnderStars, Brandon, Miras Absar, rsn8887
Hamcha, Jon Bell
JerRy, Craig Richardson, Andrey Legchilin, Anders Persson, Toby Hutton, Thomas Finch, Kim Rosenbohm, Gustavo Valiente, Daniel 'dbeef' Zalega, Admiral H. Curtiss, M4xw, Lollie
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Tex3ds 2.1.0
- Add --border for normal and atlas modes.
- Several issues were fixed, and usability and stability were improved.
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
wii and gamecube SDL 1.2 updated
With thanks to retro100 for the PR
- Correct behaviour of SDL_GetTicks so it starts at zero.
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
devkitppc_rules 1.1.1
- Allow changing verbosity of bin2o rule.
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
macOS devkitA64 and devkitARM update
It was reported that the macOS builds of devkitA64 were miscompiling Atmosphere which looks to have been related to build artifacts remaining from pre gcc 11.1 testing. A clean build fixed the issue so devkitA64 r17-10 and devkitARM r56-4 are now available for macOS users. sudo dkp-pacman -Syu to grab the latest binaries. Other platforms are unaffected and remain on devkitA64 r17-9 and devkitARM r56-3.
Literally
Literally
- Several issues were fixed, and usability and stability were improved.
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
All docker images updated.
We've now updated and tagged all the docker images at https://hub.docker.com/u/devkitpro with the latest releases.
Things yet to do :-
Things yet to do :-
- Add all the switch portlibs to the switch-portlibs group
- separate pkgbuild scripts per platform and add to relevant -dev groups
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
libogc 2.2.0
- Cleanup and add memory clobbers to ISR operations
- Rearrange headers to avoid collisions and aid porting
- lwIP: Refresh pbuf code with cherry-picked upstream
- fix 3rd party classic controllers that don't send calibration data.
- Several issues were fixed, and usability and stability were improved.
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
armv4t portlib updates
Catching up with Orkie's armv4t PRs, the following portlibs have now been added
- armv4t-zlib
- armv4t-bzip2
- armv4t-expat
- armv4t-libpng
- armv4t-libogg
- armv4t-freetype
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
switch cmake
Still a work in progress but this should hopefully go some way to simplifying projects using cmake as a build system generator.
The ultimate goal here is to attempt to have this wrapper basically just work when it comes to generating build files for Switch. We hope to extend this to the other platforms we support as well.
- switch-cmake 1.0.0-2
The ultimate goal here is to attempt to have this wrapper basically just work when it comes to generating build files for Switch. We hope to extend this to the other platforms we support as well.
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
devkitPPC release 39
See viewtopic.php?f=13&t=9218 for details
libogc has been updated with gcc 11 related adjustments. The Wii & Gamecube example packages have been updated with fixes for issues revealed by gcc 11 due to improved diagnostics
libogc has been updated with gcc 11 related adjustments. The Wii & Gamecube example packages have been updated with fixes for issues revealed by gcc 11 due to improved diagnostics
Who is online
Users browsing this forum: Amazon [Bot] and 3 guests