]> Chaos Git - corbenik/ctrulib.git/commitdiff
replace picture with something nicer
authorDave Murphy <davem@devkitpro.org>
Tue, 16 Dec 2014 17:13:46 +0000 (17:13 +0000)
committerDave Murphy <davem@devkitpro.org>
Tue, 16 Dec 2014 17:13:46 +0000 (17:13 +0000)
examples/graphics/bitmap/24bit-color/Makefile
examples/graphics/bitmap/24bit-color/gfx/brew.png [new file with mode: 0644]
examples/graphics/bitmap/24bit-color/gfx/drunkenlogo.png [deleted file]

index ffdb5a8559f47b4f59dfd9e2b073cb971187bdaf..2b15cf44c4cc86ec09349477f6d89c53c3c6b742 100755 (executable)
@@ -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
diff --git a/examples/graphics/bitmap/24bit-color/gfx/brew.png b/examples/graphics/bitmap/24bit-color/gfx/brew.png
new file mode 100644 (file)
index 0000000..6ac625b
Binary files /dev/null and b/examples/graphics/bitmap/24bit-color/gfx/brew.png differ
diff --git a/examples/graphics/bitmap/24bit-color/gfx/drunkenlogo.png b/examples/graphics/bitmap/24bit-color/gfx/drunkenlogo.png
deleted file mode 100644 (file)
index 8ae905f..0000000
Binary files a/examples/graphics/bitmap/24bit-color/gfx/drunkenlogo.png and /dev/null differ