diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-11-11 17:10:34 -0800 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-11-11 17:10:34 -0800 |
| commit | bd412feae7ef3c2fc2ce0ccf240ea9d0a8d15fb8 (patch) | |
| tree | 6f764880afb749c09ed3fbd6b91852521b91db6c /src/JSystem/JUtility/JUTDirectPrint.cpp | |
| parent | fef715c69bfa5a593c7653698566398d53851ab9 (diff) | |
JUT work
Diffstat (limited to 'src/JSystem/JUtility/JUTDirectPrint.cpp')
| -rw-r--r-- | src/JSystem/JUtility/JUTDirectPrint.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/JSystem/JUtility/JUTDirectPrint.cpp b/src/JSystem/JUtility/JUTDirectPrint.cpp index 07d68d2c..9c092fc4 100644 --- a/src/JSystem/JUtility/JUTDirectPrint.cpp +++ b/src/JSystem/JUtility/JUTDirectPrint.cpp @@ -85,13 +85,6 @@ u32 JUTDirectPrint::sFontData2[77] = { 0xF8000000, 0x10000000, 0x20000000, 0x40000000, 0xF8000000, }; -static u32 twiceBit[4] = { - 0, - 3, - 12, - 15, -}; - /* 802C7074-802C71E0 .text drawChar__14JUTDirectPrintFiii */ void JUTDirectPrint::drawChar(int position_x, int position_y, int ch) { int codepoint = (100 <= ch) ? ch - 100 : ch; |
