Commit Graph

100 Commits

Author SHA1 Message Date
Dave Murphy
403c277bf8 switch to hard float 2015-02-23 19:24:59 +00:00
Dave Murphy
d28e3bf1da Merge pull request #64 from Aurelio92/example-TouchScreen
Added TouchScreen example
2015-02-23 19:21:33 +00:00
Dave Murphy
da57493368 update aemstro reflog 2015-02-22 22:37:17 +00:00
Eric Hobbs
fa41041abf fixed lighting in shader for gpu example 2015-02-22 14:55:04 -05:00
Eric Hobbs
dcd1ccf939 updated shader for current aemstro 2015-02-22 13:38:58 -05:00
Dave Murphy
a8b20600cf rename example 2015-02-19 10:26:34 +00:00
Dave Murphy
56317483fb Merge pull request #63 from Aurelio92/example-CirclePad
Added example for reading input
2015-02-18 17:50:10 +00:00
Aurelio Mannara
24bceda509 Merged with Pad example
Also updated to make it work with latest ctrulib and devkitARM
2015-02-18 18:34:58 +01: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
ccb36c8c87 update with reflog for working Aemstro 2015-01-18 15:11:56 +00:00
Dave Murphy
cecae02b1d use console to display info, download from real url 2015-01-09 09:49:08 +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
2cc62ba17f move mic example to audio subfolder 2015-01-03 00:10:32 +00:00
Dave Murphy
81e93f867b update examples to use gfxInitDefault 2015-01-03 00:06:22 +00:00
profi200
bb5c4a6ca8 Simplified reading the system language by adding a wrapper. Print only once in the get_system_language example. 2014-12-29 22:46:59 +01:00
profi200
4f08f191ff Better in hex. 2014-12-26 03:03:40 +01:00
profi200
9ab796b058 Forgot to finish the changes on the get_system_language example. 2014-12-26 02:57:49 +01:00
profi200
eb0f771409 Replaced spaces in cfgu.c. 2014-12-26 02:46:38 +01:00
profi200
80c9b397ba Merge branch 'master' of github.com:smealum/ctrulib 2014-12-26 02:34:07 +01:00
profi200
54f2afcb19 Added CFGU_GetConfigInfoBlk2() and an example. 2014-12-26 02:31:59 +01:00
Dave Murphy
b0b125cc20 use stdio and malloc 2014-12-26 01:11:13 +00:00
Dave Murphy
0f8a756276 put data in C file where it belongs 2014-12-26 00:57:54 +00:00
Dave Murphy
01e939aba9 Merge pull request #57 from Aurelio92/example-HelloWorld
Added a Hello World example
2014-12-24 19:35:53 +00:00
Dave Murphy
ced5424bd4 add library template 2014-12-24 19:32:49 +00:00
Dave Murphy
2c4e229370 move template to examples/templates/application 2014-12-24 19:32:18 +00:00
yellows8
1a72193dc5 Added qtm support + example. 2014-12-21 01:02:23 -05: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
adeffd27ea Fixed a little mess I made with dir-names :D 2014-12-15 09:59:44 +01:00
Aurelio Mannara
27c8da8a11 Fixed a little mess I made with dir-names :D 2014-12-15 09:53:39 +01:00
Aurelio Mannara
6a96abf2cb Used *.c extension and lower case dir name 2014-12-15 09:32:48 +01:00
Aurelio Mannara
7a8c9c78e7 Used *.c extension and lower case dir name 2014-12-15 09:31:25 +01:00
Aurelio Mannara
5cf80d1690 Used *.c extension and lower case dir name 2014-12-15 09:30:23 +01:00
Aurelio Mannara
31dfb6a92e Used *.c extension and lower case dir name 2014-12-15 09:29:33 +01:00
Aurelio Mannara
9db5f7d9d1 Used *.c extension and lower case dir name 2014-12-15 09:23:03 +01:00
Aurelio Mannara
36f36fcea9 Used *.c extension and lower case dir name 2014-12-15 09:19:55 +01:00