-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Requested by Amethyst on Discord:
Would it be possible to ad in accessibility to the windows version of PPSSPP?
I am unable to use the program with the assistive software I need to use on my computer.
I use this program: https://www.nvaccess.org/download/
This is a library that can integrate the program into the app: https://github.com/nvaccess/nvda/tree/master/extras/controllerClient
I am not a programmer, so I have no idea how hard or easy this would be to ad, but it would help out accessibility for the program a lot.
Games can be played without being able to see at all, such as fighting games and others, but to change emulator settings and open games isn't accessible at the moment.
This NDVA library looks fairly straighforward to use for a simple integration, like just speaking the selected item in the menus.
The client API seems to be licensed under LGPL 2.1, which should be alright for us I think, especially to just load the DLL dynamically.
I am a little concerned that the structure of our menus are not the friendliest to browse by audio though, but would be better than nothing.