Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PsArchive/QuickMenuPlus

Repository files navigation

Quick Menu Plus

Quick Menu Plus adds the following features to the Quick Menu on the PlayStation Vita and PlayStation TV.

  • Power off, restart, and standby buttons
  • Configurable power buttons
  • Volume slidebar
  • Faster Quick Menu open time
  • Custom background styles
  • Configurable background gradient

Overall Preview

Installation

Supported firmware versions:

  • Retail 3.60-3.73
  • Testkit 3.60, 3.65
  • Devkit 3.60

Write the file path in the *main section of your taiHEN config.

*main
ur0:/tai/quickmenuplus.suprx

Configuration

Put files in the directory ur0:/data/quickmenuplus to configure Quick Menu Plus.

  • pushtime.txt sets the Quick Menu PS button push time. Put in the file the desired push time in microseconds. For example, put 250000 for 250 milliseconds. If the file does not exist, the default time is 500 milliseconds.

  • standbyisrestart.txt sets the standby button to function as a restart button. Put in the file 1 to enable, or 0 to disable. If the file does not exist, the default is enabled on the Vita, and disabled on the PSTV. When this setting is disabled, hold the "Power Off・Restart" button to restart, and press to power off.

    Power Preview

  • bgstyle.txt sets the background style. Put in the file 0 for original, 1 for translucent, and 2 for black. If the file does not exist, the default is original. Black can reduce power consumption for OLED screens.

    Background Style Preview Original Background Style Preview Black Background Style Preview Translucent

  • bggradient.txt sets the background gradient effect. Put in the file 0 to disable, and 1 to enable. If the file does not exist, the default is "enabled"

Building

Dependencies:

Logging can be configured with CMake variables.

To build dependencies and module:

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build

Contributing

Fell free to open issues and pull requests for the project!

Credits

  • Princess-of-Sleeping: Tip for SceShellUtil, ScePaf
  • Team CBPS: For the original project

See also

About

Power Features in the Vita Quick Menu

Resources

License

Stars

Watchers

Forks

Packages

No packages published