Work on J2DPrint (#374)

This commit is contained in:
hatal175
2023-07-19 09:25:56 +03:00
committed by GitHub
parent 6c5a228fb8
commit 51fb5ce572
9 changed files with 492 additions and 136 deletions
+2 -2
View File
@@ -512,7 +512,7 @@ asm s32 JUTResFont::getWidth() const {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm u16 JUTResFont::getAscent() const {
asm s32 JUTResFont::getAscent() const {
nofralloc
#include "asm/JSystem/JUtility/JUTCacheFont/getAscent__10JUTResFontCFv.s"
}
@@ -522,7 +522,7 @@ asm u16 JUTResFont::getAscent() const {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm u16 JUTResFont::getDescent() const {
asm s32 JUTResFont::getDescent() const {
nofralloc
#include "asm/JSystem/JUtility/JUTCacheFont/getDescent__10JUTResFontCFv.s"
}