support mt4hh texture for japanese fonts

This commit is contained in:
water
2021-08-11 19:36:15 -04:00
parent 452aaf55b4
commit 3bba86ce18
13 changed files with 78 additions and 29 deletions
+2 -2
View File
@@ -449,8 +449,8 @@ void pc_texture_upload_now(u32 page, u32 mode) {
Gfx::texture_upload_now(Ptr<u8>(page).c(), mode, s7.offset);
}
void pc_texture_relocate(u32 dst, u32 src) {
Gfx::texture_relocate(dst, src);
void pc_texture_relocate(u32 dst, u32 src, u32 format) {
Gfx::texture_relocate(dst, src, format);
}
/*!