]> Git repositories of Nishi - tewi.git/commitdiff
fix font
authorNishi <nishi@nishi.boats>
Sun, 29 Sep 2024 07:16:12 +0000 (07:16 +0000)
committerNishi <nishi@nishi.boats>
Sun, 29 Sep 2024 07:16:12 +0000 (07:16 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@198 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/font.c

index eb94fe39c3884d502f54b75693e2b980d46aea79..fa10bde225075830e8c1dae30aafe503d7eb91b9 100644 (file)
@@ -1,5 +1,6 @@
 /* $Id$ */
 
+#ifdef __PPU__
 unsigned char font[] = {
     // 0x20
     0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000,
@@ -284,4 +285,5 @@ unsigned char font[] = {
     0b01100000, 0b00010000, 0b00010000, 0b00001000, 0b00010000, 0b00010000, 0b01100000, 0b00000000,
 
     // 0x7e ~
-    0b00000000, 0b00000000, 0b01000000, 0b10101000, 0b00010000, 0b00000000, 0b00000000, 0b00000000, 0b00000000};
+    0b00000000, 0b00000000, 0b01000000, 0b10101000, 0b00010000, 0b00000000, 0b00000000, 0b00000000};
+#endif