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.04k stars 2.15k forks source link

Custom settings patches #9596

Open Anuskuss opened 7 years ago

Anuskuss commented 7 years ago

When creating custom settings, it saves all settings for that game (so when a user changes something for all games, I wouldn't apply to the custom settings game). I would rather see something like patches, where you could change everything but when one game needs something (like control changes or a hack) it would overwrite that on top of the global settings.

hrydgard commented 7 years ago

Thought about this but can't figure out how to make understandable UI for it. Ideas?

Anuskuss commented 7 years ago

Here is a quick and dirty mockup of how I would do it:

Pause menu

Custom game settings (opens patch list)

Add settings (show global settings)

Patch list with changed settings

Anuskuss commented 7 years ago

Additional notes

ghost commented 1 year ago

This is still worth a feature request?

hrydgard commented 1 year ago

I have some ideas for how to improve per-game settings, but it won't look much like this. Although in a way, this does make logical sense. Yeah dunno, it can stick around as a reminder to think about it.