Graphics: Initial separation of font cache from graphics/nxterm. Now in libnx/nxfronts

This commit is contained in:
Gregory Nutt
2017-01-05 18:36:29 -06:00
parent d91cf5736e
commit dc05af6436
8 changed files with 796 additions and 389 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
ifeq ($(CONFIG_NX),y)
CSRCS += nxfonts_getfont.c
CSRCS += nxfonts_getfont.c nxfonts_cache.c
CSRCS += nxfonts_convert_1bpp.c nxfonts_convert_2bpp.c
CSRCS += nxfonts_convert_4bpp.c nxfonts_convert_8bpp.c
CSRCS += nxfonts_convert_16bpp.c nxfonts_convert_24bpp.c
File diff suppressed because it is too large Load Diff