hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.22k stars 2.17k forks source link

Enable Saving States in RA Hardcore Mode (Just Save, not Load) #19342

Closed BlueCorallite closed 3 months ago

BlueCorallite commented 3 months ago

What should happen

Allow players to save a state while in RA Hardcore Mode. To clarify, I am only asking to SAVE not LOAD.

Who would this benefit

It's useful to have savestates in the case of achievements not triggering and issues similar to that, and it can be used as proof for manual unlocks and to help fix the issue. Other emulators like Duckstation and PCSX2 allow saving states in Hardcore Mode.

Platform (if relevant)

None

Games this would be useful in

any game

Other emulators or software with a similar feature

Duckstation PCSX2 RALibretro

Checklist

hrydgard commented 3 months ago

This functionality already exists, but it needs to be explicitly enabled to reduce clutter on the pause screen in the normal case. Most people aren't interested in save-only states, so we hide it away a bit.

Last option here:

image

BlueCorallite commented 3 months ago

Oh, thanks. probably should've checked that.

hrydgard commented 3 months ago

I added a mention of it to https://www.ppsspp.org/docs/reference/retro-achievements/ . Not that many people read that, probably :)