mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
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)
|
||||
CFLAGS += -DFONT_ORIGINAL
|
||||
else ifeq ($(FONT),6x10)
|
||||
else ifeq ($(FONT),6X10)
|
||||
CFLAGS += -DFONT_6X10
|
||||
else ifeq ($(FONT),ACORN)
|
||||
CFLAGS += -DFONT_ACORN
|
||||
else
|
||||
CFLAGS += -DFONT_ORIGINAL
|
||||
CFLAGS += -DFONT_6X10
|
||||
endif
|
||||
|
||||
ifeq ($(MODE),safe)
|
||||
|
Loading…
x
Reference in New Issue
Block a user