Recent content by Joel16

  1. Joel16

    Homebrew [Release] 3DSident

    3DSident v0.9.4 is now available. Change-log: Updated to the latest version of libctru and devkitARM. Now uses the ACT service implementation from libctru for NNID info. Only initialize MCU on BatteryInfoPage and system state info. (@R-YaTian) Changes to button tester by @CatotheCat11...
  2. Joel16

    Hacking CMFileManager PSP - Multi-purpose file manager for the PSP

    Another minor update because I didn't realize archive extraction was broken in the last few releases. Change-log: Update libarchive to 3.7.9 This fixes archive extraction (zip, 7z, rar) not working in the last two releases 4.00+. Also added support for extracting .tar archives. Reintroduce...
  3. Joel16

    Hacking CMFileManager PSP - Multi-purpose file manager for the PSP

    Hey everyone, after almost 5 long years, a new release is avaialble: Change-log: Built with the latest pspsdk/toolchain. Only display battery percent if battery is present. This fixes an issue with the previous versions where it would not run on PSPs without a battery. Cleaned up texture...
  4. Joel16

    Homebrew [Release] 3DSident

    3DSident v0.9.3 is now available. Change-log: Fixed NNID info displaying the following infomration incorrectly: Persistent ID Transferable ID Base Principal ID NNID info now displays the following information: Account ID Account status (whether the server account was deleted or is active)...
  5. Joel16

    Homebrew PSP Everest 2 Rev 6

    Haven't posted here in a bit so I figured I'd mention the recent release Change-log: Fixed TA-096/TA-097 detection logic in hardware info. Hardware info now properly identifies the following motherboards: TA-094v1/TA-094v2 Download: https://github.com/joel16/PSP-Everest/releases/tag/v2.9
  6. Joel16

    The Game Awards 2024 - Astro Bot announced as Game of the Year

    I'm glad astroboy won (finally getting the recognition it deserves), although I would've pitched in Metaphor.
  7. Joel16

    Homebrew RELEASE NX-Shell - Multipurpose File Manager for Nintendo Switch

    I guess I can but I assumed relying on emulators wouldn't be accurate so I put it off.
  8. Joel16

    Homebrew RELEASE NX-Shell - Multipurpose File Manager for Nintendo Switch

    I was actually in the process of re-writing this, but I've moved out of the country and don't have a homebrew'd switch with me anymore. So unfortunately, this project is on hold. Howver to answer questions yes, while some new additions were introduced in the last version (which definitely needs...
  9. Joel16

    Homebrew [Release] 3DSident

    Pushed another minor release that should fix a couple bugs and reintroduce CIA builds. Also since a few people have been asking, the inbuilt button tester can now check for home button inputs. For the full change log and download please visit: https://github.com/joel16/3DSident/releases/tag/0.9.1
  10. Joel16

    Homebrew [Release] 3DSident

    Hi all, I know it's been years but there is a new release of 3DSident that should fix the crashes that some users have been recently experiencing. Please note that this release only includes the GUI version. The application has been re-written in C++ and the GUI version has been slightly...
  11. Joel16

    Homebrew PSP Everest 2 Rev 6

    I thought I might post this here since there has been some new changes that fixed a couple issues and displays more accurate information: Change-log since Rev6+: Built with the latest toolchain, with upstream GCC and newlib patches, and switched to C++. Console ID Information page now loads...
  12. Joel16

    Homebrew RELEASE SwitchIdent

    SwitchIdent v0.5 is now available Change-log: Use 1080p resolution instead of 720p. Fix displaying battery percentage symbol '%'. Merge battery and charger info back into one page. (We have more room now that we switched to 1080p res). Properly display battery temperature (Internal - PCB...
  13. Joel16

    Homebrew RELEASE SwitchIdent

    Hey, thanks for the info I'll probably fix the wording for it once I get some time. However yes I did use psmGetBatteryChargeInfoFields for some of the info (avg voltage, charging current limit, etc)
  14. Joel16

    Homebrew RELEASE SwitchIdent

    SwitchIdent v0.4 is now available Change-log: Add joycon menu for displaying joycon info. Display left and right joycon battery. Do not initialize wlan::inf if hosVersion >= 15.0.0 (since this service was removed). Separate battery and (new) charger menu. Display battery age (in percentage...