Skip to content

Releases: joel16/PSP-Everest

PSP Everest 2 Rev9

18 Dec 22:44
Compare
Choose a tag to compare

This is a mod of the original PSP Everest 2 by frostegater. This application has been built with the latest toolchain with major changes to display various new info and fix a few bugs.

Change-log:

  • Fixed TA-096/TA-097 detection logic in hardware info.
  • Hardware info now properly identifies the following motherboards: TA-094v1/TA-094v2

PSP Everest 2 Rev8

25 Sep 01:16
Compare
Choose a tag to compare

This is a mod of the original PSP Everest 2 by frostegater. This application has been built with the latest toolchain with major changes to display various new info and fix a few bugs.

Change-log:

  • Hardware info now properly identifies the following motherboards: TMU-001, TMU-002, TA-079v1-v5, TA-095v3, TA-095v4 and TA-097.
  • Fixed an issue with kernel imports causing sceChkregGetPsFlags to display incorrect values. (QA flag is not valid on retail devices)

PSP Everest 2 Rev7

07 Apr 03:58
Compare
Choose a tag to compare

This is a mod of the original PSP Everest 2 by frostegater. This application has been built with the latest toolchain with major changes to display various new info and fix a few bugs.

Change-log:

  • Built with the latest toolchain, with upstream GCC and newlib patches, and switched to C++.
  • Console ID Information page now loads flash0:/kd/chkreg instead of reimplementing sceChkregGetPsCode.
  • Fix title not being displayed when in Console ID Information page.
  • Hardware Information page now displays QA flag.
  • Battery elec charge/total elec charge are now assumed to be in mA (milliampere) units.

PSP Everest 2 Rev6

24 Jul 05:09
Compare
Choose a tag to compare

This is a mod of the original PSP Everest 2 by frostegater. This application has been built with the latest toolchain with major changes to display various new info and fix a few bugs. If someone can help me figure out what units the battery electricity (raw) values are I will push a hotfix to display them currently. At the moment these raw values are displayed as Elec Charge and Total Elec Charge under the Battery Information page.


NTPSP


Change-log:

  • Built with the latest toolchain, with upstream GCC and newlib patches.
  • New Console ID Information page:
    • Display PSID.
    • Display company code.
    • Display factory code and info.
    • Display product code and info.
    • Display product sub code and info.
  • Battery Information page now displays the following information:
    • Display battery elec value (Not entirely sure what unit the raw value is)
    • Display battery total elec value (Not entirely sure what unit the raw value is)
  • Display polestar version in Hardware Information page.
  • Fix static title bar colour when changing background colours with L/R.
  • Make use of VLFlib's central menu instead of hard coding positions for the main menu.
  • Major code clean-up, eliminated all warnings, prevent overflows, limiting buffer lenghts etc.