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
10.81k stars 2.13k forks source link

Can't increase or decrease the volume #17574

Open Felipefpl opened 1 year ago

Felipefpl commented 1 year ago

Game or games this happens in

No game

What area of the game / PPSSPP

I set up the numlock keys + and - to increase/decrease the volume in-game but it didnt work, i tried other keys aside the numlock ones but it didnt work.

What should happen

I should be able to change the volume.

Logs

No response

Platform

Windows

Mobile phone model or graphics card

Intel HD 2000

PPSSPP version affected

The latest i got today (June 13, 2023)

Last working version

No idea

Graphics backend (3D API)

Direct3D 9

Checklist

hrydgard commented 1 year ago

Yeah this is confusing, the bindings for the volume are actually for the PSP's own +/- volume keys, in case a game listens to specifically for them (which would be unusual), it's not for increasing/decreasing the volume of the emulator.

So verdict is: Not a bug, but also very confusing.

Not really sure what to do here.

Felipefpl commented 1 year ago

Yeah this is confusing, the bindings for the volume are actually for the PSP's own +/- volume keys, in case a game listens to specifically for them (which would be unusual), it's not for increasing/decreasing the volume of the emulator.

So verdict is: Not a bug, but also very confusing.

I understand, thanks for the info.

Not really sure what to do here.

A suggestion: change this to actually increase/decrease the volume of the emu like duckstation does. ;)

hrydgard commented 1 year ago

Well, yes, but kinda want these bindings too, for completeness, so either way it gets confusing :) PSX doesn't have these buttons.

Felipefpl commented 1 year ago

Well, yes, but kinda want these bindings too, for completeness, so either way it gets confusing :) PSX doesn't have these buttons.

It's a good reason, perhaps add new entries named "Increase/Decrease Volume of PPSSPP" then?