System information app.
Go to file
2023-03-26 11:30:06 -04:00
app app: Cleanup and c++ify 2023-03-26 11:28:31 -04:00
libs app: Remove compile.sh, clean up makefiles, make use of #pragma once and re-order includes 2022-07-23 23:03:08 -04:00
plugin app: Remove compile.sh, clean up makefiles, make use of #pragma once and re-order includes 2022-07-23 23:03:08 -04:00
.gitattributes Initial commit 2021-04-17 21:39:47 +02:00
.gitignore gitignore: Ignore kernel prx binaries 2022-07-23 23:05:26 -04:00
gpl-v3.txt import v2 Rev.5 2021-04-17 21:40:07 +02:00
Makefile app: Remove compile.sh, clean up makefiles, make use of #pragma once and re-order includes 2022-07-23 23:03:08 -04:00
PSPEverest25.jpg import v2 Rev.5 2021-04-17 21:40:07 +02:00
README.md README: Add info about fork 2023-03-26 11:30:06 -04:00
ReadMeEn.txt import v2 Rev.5 2021-04-17 21:40:07 +02:00
ReadMeRu.txt import v2 Rev.5 2021-04-17 21:40:07 +02:00

PSP Everest 2, frostegater and Joel16

Description:

PSP Everest is an application similar to PSPident that displays more information about your PSP Console, using the native PSP UI (VLF). 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.

Changes PSP Everest 2 Rev 6 +

  • 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.

Credits:

frostegater, jas0nuk, Yoti, raing3, Total_Noob, some1, m0skit0, TyRaNiD, ErikPshat, vit9696, rewind83.

Tested:

  • PSP-E1000 (TA-096)
  • PSP-N1000 (TA-091)
  • PSP-1000 (TA-081)
  • PSP-2000 (TA-085v1)
  • PSP-2000 (TA-088v1/v2)
  • PSP-3000 (TA-090v2)

License:

  • GPLv3 (for more information use gpl-v3.txt in 'src' directory)