yoshisuga / MAME4iOS

Multiple Arcade Machine Emulator for iOS, iPadOS, tvOS, macOS (Catalyst)
Other
635 stars 103 forks source link

Cheat text Chinese displays garbled characters #427

Open kssak opened 1 year ago

kssak commented 1 year ago

Can you add Chinese font support

kssak commented 1 year ago

This is a cheat file orleg2_104cn.zip

ToddLa commented 1 year ago

The cheat system and any text it displays is handled by the MAME core, not MAME4iOS.

ToddLa commented 1 year ago

....but we do supply the ui.bdf it uses.

What does it take for the command line version to show Chinese correctly?

The Windows version will let you pick any windows font, so that must be it.

Yea our OSD does not support using the system font (ie iOS) that would need to change.

ToddLa commented 1 year ago

Simplest workaround might be to allow user to use a custom ui.bdf

51517960 commented 1 year ago

[248]版本已经支持中文 cheat 了,【尊敬的超级会员V7】通过百度网盘分享的文件:归档.zip链接:https://pan.baidu.com/s/1sPBQd8QtMs9F6RSOz_s-Tw?pwd=44u7提取码:44u7复制这段内容打开“百度网盘APP 即可获取”首先,下载语言包解压到 mame 目录,然后在 mame 里面选择语言包,确定即可,可能会需要 fonts,去 win 拷贝个中文字体放进去就可以了,成功后进入游戏后,选择 cheat 就是中文了,前提需要中文 cheat

51517960 commented 1 year ago

![Uploading 43343645-4AC7-49C0-A919-03937642A412.png…]()

LiuSky commented 1 year ago

Simplest workaround might be to allow user to use a custom ui.bdf

How do I set this ui.bdf to support Chinese? @ToddLa