More actions
hold_stop | |
---|---|
General | |
Author | ABCanG |
Type | Plugins |
Version | 1.2 |
License | Mixed |
Last Updated | 2012/01/04 |
Links | |
Download | |
Website | |
Source | |
hold_stop is a plugin that can pause the PSP using the Hold button, and resume with the specified button after releasing the Hold button.
The PSP will stay on pause even when it goes into sleep mode, and also after waking up from it.
Installation
Copy hold_stop.prx and hold_stop.ini to ms0:/seplugins/
Open the ms0:/seplugins/game.txt with a text editor, and append this line
ms0:/seplugins/hold_stop.prx 1
User guide
You can set the resume button by editing hold_stop.ini:
ResumeButton = SELECT
If you write 0, the PSP will resume as soon as you release the Hold button.
These are the list of available keys (use "+" for key combos):
SELECT START UP RIGHT DOWN LEFT LTRIGGER RTRIGGER TRIANGLE CIRCLE CROSS SQUARE HOME NOTE SCREEN VOLUP VOLDOWN
And make sure to enter a new line at the end.
Compatibility
Maybe ALL CFW.
Changelog
1.2 2012/01/04
- Fixed the problem that it freezes when sleeping while the thread is stopped. I think if you write hold_stop above SuspendProtect it will not conflict.
1.1 2012/01/03
- Resolved an issue that conflicts with SuspendProtect.
- Fixed the problem that it freezes when returning to XMB from the HOME screen while the thread is stopped.
1.0 2012/01/02
- First Release.
External links
- Author's website - https://abcang.net/ (archived)
- GitHub - https://github.com/abcang