Skip to content

Library for developers to easily add their own widgets, to the vita's Quick Menu.

License

Notifications You must be signed in to change notification settings

Ibrahim778/QuickMenuReborn

Repository files navigation

QuickMenuReborn

Library for developers to easily add their own widgets, to the vita's Quick Menu.

Install

Plugin

  1. Download the plugin
  2. Copy the plugin to your tai folder
  3. Add it's path under *main to enable it
  4. Make a folder called QuickMenuReborn (exactly that, case sensitive) in ur0: or ux0: (ur0: if you use sd2vita)
  5. Copy qmr_plugin.rco into the folder
  6. Reboot

Developer Library

VitaSDK / DolceSDK

  1. Make sure you have installed the plugin (see above).
  2. Download the file dev_pkg.zip
  3. Extract it
  4. Copy the folder quickmenureborn to your sdk's include folder so that the subdirectory quickmenureborn is inside it.
  5. Copy the stubs from vitasdk_stubs to your lib folder, stubs inside stubs are for vdsuite
  6. Done

VDSuite

  1. Either follow instructions for vitaSDK but using the vdsuite stubs (recommended) or,
  2. Clone Repo
  3. Build with cmake and use target install_vdsuite

For usage see usage.md

Installing plugins that use QuickMenuReborn

Simply drag and drop the plugin in the QuickMenuReborn folder you made earlier.
You do not need to add the plugin to your tai folder nor config.txt

There is also a sample plugin provided. It's totally useless (don't know why anyone would want it in their menu, but it shows most of the features) Sample