Commit Graph

13 Commits

Author SHA1 Message Date
Dave Murphy
6d25d6d335 add smdh embedding 2015-03-01 16:39:34 +00:00
Dave Murphy
9a08d26e03 more relevant text 2015-02-18 15:09:15 +00:00
Dave Murphy
257f77a05d simplify imagemagick conversion 2015-02-18 15:06:09 +00:00
Dave Murphy
6be71c218e update for latest libctru 2015-02-18 15:05:29 +00:00
Dave Murphy
131d3380ac use variable to recurse make 2015-02-18 15:04:34 +00:00
Dave Murphy
83c496bcdb use hard float abi 2015-02-18 15:04:04 +00:00
Dave Murphy
73b76cad57 wrong float abi 2014-12-19 10:07:53 +00:00
Dave Murphy
b3f8a99426 use new image 2014-12-19 10:07:28 +00:00
Dave Murphy
2177ad8619 replace picture with something nicer 2014-12-16 17:13:46 +00:00
Dave Murphy
de38b29ed4 check for ImageMagick and fail gracefully 2014-12-15 15:39:16 +00:00
Dave Murphy
cbb00e413d Automate graphics conversion
Makefile:

- Don't set DATA, we're no longer embedding files from there directly

- Add folders from GRAPHICS to VPATH. This is how make finds the source files

- Add PNGFILES variable containing all png files from GRAPHICS folders

- Add png files to OFILES with extension changed to rgb.o

- Add rule to create .rgb.o fromn .rgb using normal bin2o macro

- Add rule to create .rgb from .png using imagemagick

source/main.c

- the extension has changed to .rgb so the header is now <filename>_rgb.h and the variables end in _rgb
2014-12-15 12:35:03 +00:00
Dave Murphy
75d62ef1e3 delete generated bin file, move png to gfx folder 2014-12-15 11:59:54 +00:00
Aurelio Mannara
31dfb6a92e Used *.c extension and lower case dir name 2014-12-15 09:29:33 +01:00