-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to enter shift key for some games #15010
Comments
Games can specify what keys should be allowed, and we intend to limit the same way a real PSP would. We must be getting it wrong here, if it's supposed to only show uppercase characters for example... There's no demo or anything that shows this behavior, right? I'd really want to see what the inputtype is, and if any of the other values in the struct are set... -[Unknown] |
Here's a video for All Kamen Rider: Rider Generation 2: |
Can you try the test build here? This will write the parameters for the OSK to the log. That's what I'm after: https://github.com/unknownbrackets/ppsspp/actions/runs/1350677194 Please paste (ideally) the log lines starting with "OSK params:" or "OSK fields:" here, or screenshot them. -[Unknown] |
Here's a log for OSK using unknownbrackets's artifact build:
|
So, inputtype is indeed PSP_UTILITY_OSK_INPUTTYPE_LATIN_LOWERCASE. However, an unexpected field unk_24 is 1. It's possible this field could mean to allow uppercase or force uppercase in some way. -[Unknown] |
In previous tests, this seemed to be limited, but now I can't reproduce. Instead, let's just use it as the hint for the default case. See hrydgard#15010.
I'm having trouble testing the unk_24 field - it just locks up my PSP because the OSK never comes up, and there's no way to exit. Have to hard reset. Maybe it's a flag to hide the OSK display or something, but it's annoying to test with hard resets... -[Unknown] |
This should be better now with #15698. |
What happens?
In All Kamen Rider: Rider Generation 2 the final option is listed in title screen and select enter password button. and there is no select button to shift keys
Captital letters are required in order to unlock Kamen Rider Wizard in All Kamen Rider: Rider Generation 2.
What should happen?
In other games like Monster Hunter has select button to shift keys.
What are you using?
What hardware / device and operating system?
Windows 10 Pro
What graphics card (GPU) or mobile phone model?
NVIDIA GeForce GTX 1050Ti
What PPSSPP version (standalone/official), and did it work before?
V1.12.2
Which game or games?
NPJH50617 - All Kamen Rider: Rider Generation 2
Checklist
The text was updated successfully, but these errors were encountered: