forked from Mirror/GodMode9
Made 6x10 font the default
This commit is contained in:
parent
eac5a58ed5
commit
3d4108d49b
4
Makefile
4
Makefile
@ -41,12 +41,12 @@ CFLAGS += -DBUILD_NAME="\"$(TARGET) (`date +'%Y/%m/%d'`)\""
|
|||||||
|
|
||||||
ifeq ($(FONT),ORIG)
|
ifeq ($(FONT),ORIG)
|
||||||
CFLAGS += -DFONT_ORIGINAL
|
CFLAGS += -DFONT_ORIGINAL
|
||||||
else ifeq ($(FONT),6x10)
|
else ifeq ($(FONT),6X10)
|
||||||
CFLAGS += -DFONT_6X10
|
CFLAGS += -DFONT_6X10
|
||||||
else ifeq ($(FONT),ACORN)
|
else ifeq ($(FONT),ACORN)
|
||||||
CFLAGS += -DFONT_ACORN
|
CFLAGS += -DFONT_ACORN
|
||||||
else
|
else
|
||||||
CFLAGS += -DFONT_ORIGINAL
|
CFLAGS += -DFONT_6X10
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MODE),safe)
|
ifeq ($(MODE),safe)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user