Commit Graph

40 Commits

Author SHA1 Message Date
Emmanuel Gil Peyrot
b2e01b17a1 Remove the executable bit from examples’ Makefiles
The normal way to invoke a Makefile is to run `make`, not to run the
Makefile directly.  Besides they would be missing a shebang anyway.
2015-10-06 22:58:03 +01:00
fincs
11a5001f33 Correct GPU_DrawArray() parameter order, fix GPU examples 2015-09-05 18:02:06 +02:00
fincs
24fd71c4ad GPU_KEEP -> GPU_STENCIL_KEEP in GPU examples 2015-08-22 23:14:38 +02:00
Luke Street
1a1f3bb932 Fix gpu example Makefiles for latest picasso 2015-08-17 12:01:34 -04:00
fincs
bf7d686e88 Add new GPU examples 2015-07-22 19:41:59 +02:00
smea
37ae484338 Merge pull request #58 from Aurelio92/example-BothScreenText
Added BothScreenText example
2015-05-31 09:37:14 -07:00
smea
5bb733455b Merge pull request #59 from Aurelio92/example-MultipleWindowsText
Added MultipleWindowsText
2015-05-31 09:35:39 -07:00
smea
988cf9f905 Merge pull request #60 from Aurelio92/example-ColoredText
Added ColoredText example
2015-05-31 09:33:37 -07:00
Aurelio Mannara
4130bb71d0 Updated for latest ctrulib 2015-05-25 22:42:46 +02:00
Aurelio Mannara
f32d31a806 Updated for latest ctrulib 2015-05-25 22:40:31 +02:00
Aurelio Mannara
887a05a765 Updated for latest ctrulib 2015-05-25 22:35:55 +02:00
Dave Murphy
4caa875489 fix smdh building 2015-03-01 16:56:10 +00:00
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
64d918a719 Merge pull request #61 from Aurelio92/example-24bit_Bitmap
Added 24bit Bitmap example
2015-02-18 14:58:08 +00:00
Dave Murphy
5a17bfd631 don't need + when using variable 2015-02-18 12:01:03 +00:00
Dave Murphy
71788b4a66 use variable to recurse make 2015-02-18 00:34:55 +00:00
gudenau
bb1ca9e63a Fixed a type-o 2015-02-16 18:47:40 -06:00
Dave Murphy
7e24c7766f switch to hard float 2015-02-15 01:26:16 +00:00
Dave Murphy
678b89e9b2 remove unneeded boilerplate from examples 2015-01-09 08:14:01 +00:00
Dave Murphy
6728df3556 one Makefile to rule them all 2015-01-03 00:25:00 +00:00
Dave Murphy
81e93f867b update examples to use gfxInitDefault 2015-01-03 00:06:22 +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
0f3afec935 Used *.c extension and lower case dir name 2014-12-15 09:35:49 +01:00
Aurelio Mannara
9887432e1d Used *.c extension and lower case dir name 2014-12-15 09:35:00 +01:00
Aurelio Mannara
0d47cd1503 Used *.c extension and lower case dir name 2014-12-15 09:34:02 +01:00
Aurelio Mannara
6a96abf2cb Used *.c extension and lower case dir name 2014-12-15 09:32:48 +01:00
Aurelio Mannara
31dfb6a92e Used *.c extension and lower case dir name 2014-12-15 09:29:33 +01:00
Aurelio Mannara
6bd1ef0de6 Used *.c extension and lower case dir name 2014-12-15 09:26:11 +01:00
Aurelio Mannara
c58179ef32 Used *.c extension and lower case dir name 2014-12-15 09:24:02 +01:00
Aurelio Mannara
9db5f7d9d1 Used *.c extension and lower case dir name 2014-12-15 09:23:03 +01:00