-
Notifications
You must be signed in to change notification settings - Fork 74
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
mame built-in cheats cannot recognize East Asian characters #454
Comments
I would love this to be implemented |
Since the reason is not "cheats" per se, but the fonts in the internal menu, fixing this is very very very unlikely. Or does standalone that uses that same internal menu show them correctly? |
As my second picture shows, standalone mame using that same internal menu show them correctly |
That clearly is not the same internal menu. |
Ok, that is more like it. The font is different from the basic bitmap one meant for small resolutions. Kinda like with RA menu driver RGUI vs the rest. Does it change at all if you force the resolution bigger with "alternate renderer"? There should be nothing in this core that disables or removes the MAME internal UI features though. But I wouldn't be surprised that those kinds of truetype fonts are not accessible and/or built-in. |
I've tried using"alternate renderer",The Chinese cheat entry has the same display issues. |
Oh right, just noticed that an issue about the font already exists: #259 |
Finally, I found a solution. The sad thing about mame core is that it does not support ttf fonts, so we need to use the bitmap bdf font supported by mame core to solve it. Copy this Finally edit the core options file MAME.opt and set mame_read_config = "enabled", or enable it in the core menu. |
This method can also be used to localize the UI interface. Just copy the official mame language directory to \RetroArch\system\mame, and then edit the language field in mame.ini |
mame built-in cheats ( .\system\mame\cheat.zip)cannot recognize East Asian characters(Chinese, Japanese and Korean)
Here is an example cheat.zip
with Retroarch 1.16 + mame current core 0.258:
with stand alone mame/arcade 0.258:
The text was updated successfully, but these errors were encountered: