mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
support mt4hh texture for japanese fonts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user