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.38k stars 2.19k forks source link

Control profiles. #14404

Open Dougzen opened 3 years ago

Dougzen commented 3 years ago

Hello, this is a amazing project, congrats. I wanted suggest this feature:

Save the controls settings like they had a "profile". For example: If I wanted this:

Screenshot_20210424-105215_PPSSPP

I could save a profile in "default" section of the controls settings.

Honestly, the control factor could be one reason why some people don't want play the emulator, but I found this extremely confortable way to play the games, with these positions and sizes.

Thank you :D

LunaMoo commented 3 years ago

I'm not 100% sure right now, but I do recall controls settings are per-game settings, that is, if you save per-game settings, your customized controls will also be saved. Basically what you're requesting already exists from a very long time in PPSSPP, it's just more general "per game settings" which you can create in the pause menu(the one with savestates listed).

Dougzen commented 3 years ago

I understand that per-game settings already exists, but will be nice if was universal too. In this way you couldn't need make a new config everytime that you play a new game.

Update:

Seems like that EPSXE have this function too. I think that is simple to do too. @hrydgard