replace picture with something nicer

This commit is contained in:
Dave Murphy 2014-12-16 17:13:46 +00:00
parent de38b29ed4
commit 2177ad8619
3 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,7 @@ GRAPHICS := gfx
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard
CFLAGS := -g -Wall -O2 -mword-relocations \
-fomit-frame-pointer -ffast-math \
@ -57,7 +57,6 @@ LIBS := -lctru -lm
#---------------------------------------------------------------------------------
LIBDIRS := $(CTRULIB)
#---------------------------------------------------------------------------------
# no real need to edit anything past this point unless you need to add additional
# rules for different file extensions

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB