-
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
Font in-game save dialogs issues #10621
Comments
I think this is related to #1904 It's a very old bug, even using original PSP fonts. |
Yeah, unfortunately we are currently unable to use the original PSP fonts when rendering the in-game save UI as we are doing that ourselves, not using the PSP sceFont library which we can't ship with the emulator (though we could manually pluck characters out of the font files...) |
@hrydgard is there any way to do it manually? Because I have an original PSP, I can extract them from flash memory. Does copy original fonts to the emulator solves the problem? P.S.: Even copying font folder from flash0 to PPSSPP folder (ppsspp\assets\flash0\font) there are issues with some characters: |
Like I said, when rendering these screens we use our own basic font system as we have to render them ourselves, they're not part of the game so we can't access the sceFont library as not all games even use that. There is currently no way, needs work. |
What happens?
The problem occurs in the save, load data game interface.
Character not support from 0x1EA0 to 0x1EF9 (vietnamese character).
Tested on build v1.5.4-562-g864eb5dca, v1.5.4 official...
The text was updated successfully, but these errors were encountered: