Skip to content
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

rom0:FONTM load failed in PSX DVR and other old machines #23

Open
AKuHAK opened this issue Dec 16, 2018 · 1 comment
Open

rom0:FONTM load failed in PSX DVR and other old machines #23

AKuHAK opened this issue Dec 16, 2018 · 1 comment

Comments

@AKuHAK
Copy link
Contributor

AKuHAK commented Dec 16, 2018

Is it possibe to replace FONTM with some free implementation? Kernelloader is based on gsKit with Fontm feature used and this leads to problem that it is not possible to run kernelloader on psx dvr for example.

@sp193
Copy link
Member

sp193 commented Dec 17, 2018

FONTM is a headerless JIS X208 font. So either you make your own font (and your own drawing code if you change the format), or you use FreeType to work with True Type Fonts.

BTW, while it depends on the OSDSYS program, this file is present on all PS2 models. Only the TOOL, PSX and other non-standard consoles (that lack the standard OSDSYS) will not have it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants