mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
Work on J2DPrint (#374)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user