Commit Graph

1603 Commits

Author SHA1 Message Date
yellows8
1a72193dc5 Added qtm support + example. 2014-12-21 01:02:23 -05:00
Dave Murphy
a58f2def09 set errno for file too big 2014-12-21 03:13:15 +00:00
mtheall
edf2c1c139 Add gfxGetScreenFormat(). 2014-12-19 23:38:30 -06:00
fincs
6aa30b4c3e Fix osGetTime(), this time for real (also: race condition fix by mtheall) 2014-12-19 19:47:10 +01: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
smea
e3017fa304 made small adjustments to shdr.c 2014-12-18 22:35:13 -08:00
smea
db11dd9bbc GPUCMD_AddMaskedWrite, GPUCMD_AddWrite, GPUCMD_AddMaskedWrites, GPUCMD_AddWrites, GPUCMD_AddMaskedIncrementalWrites, GPUCMD_AddIncrementalWrites 2014-12-18 21:11:53 -08:00
smea
91f01e8280 added registers.h (for real this time) 2014-12-17 22:48:05 -08:00
smea
5f10c8ee74 added registers.h 2014-12-17 22:47:41 -08:00
smea
934f0f80b0 Revert "Merge branch 'master' of github.com:smealum/ctrulib"
This reverts commit f934dc0982, reversing
changes made to 60edc69d73.
2014-12-17 22:41:31 -08:00
smea
f934dc0982 Merge branch 'master' of github.com:smealum/ctrulib 2014-12-17 22:28:39 -08:00
smea
7692b4eb54 added registers.h 2014-12-17 22:28:26 -08:00
Dave Murphy
2177ad8619 replace picture with something nicer 2014-12-16 17:13:46 +00:00
Dave Murphy
60edc69d73 sdmc_open: implement O_EXCL and O_TRUNC 2014-12-15 23:23:04 +00:00
Aurelio92
41a9549187 Merge pull request #2 from WinterMute/example-24bit_Bitmap
check for ImageMagick and fail gracefully
2014-12-15 16:47:58 +01:00
Dave Murphy
de38b29ed4 check for ImageMagick and fail gracefully 2014-12-15 15:39:16 +00:00
Aurelio92
83cdef027a Merge pull request #1 from WinterMute/example-24bit_Bitmap
Example 24bit bitmap
2014-12-15 13:52:03 +01: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
eb1d6013cf Fixed a second little mess I made with dir-names 2014-12-15 09:56:03 +01:00
Aurelio Mannara
8533f4d706 Fixed a little mess I made with dir-names :D 2014-12-15 09:55:29 +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
ba6c48caac Fixed a little mess I made with dir-names :D 2014-12-15 09:52:51 +01:00
Aurelio Mannara
4ca16228da Fixed a little mess I made with dir-names :D 2014-12-15 09:51:25 +01: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
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
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
Aurelio Mannara
36f36fcea9 Used *.c extension and lower case dir name 2014-12-15 09:19:55 +01:00
Aurelio Mannara
b4cbe825e7 Used *.c extension and lower case dir name 2014-12-15 09:15:32 +01:00
Aurelio Mannara
fd3d64aa16 Used *.c extension and lower case dir name 2014-12-15 09:14:46 +01:00
Aurelio Mannara
d42cabd734 Used *.c extension and lower case dir name 2014-12-15 09:13:59 +01:00
Dave Murphy
93dbdfd74a stop svcOutputDebugString trashing string 2014-12-15 02:40:11 +00:00
plutoo
f9dee4c2c0 Merge pull request #52 from Aurelio92/2-new-hid-function
Added 2 hid functions
2014-12-15 01:46:49 +01:00
plutoo
a720cb6e49 Reverting previous commit, fixing more resource leaks 2014-12-15 01:43:18 +01:00
plutoo
a3febb5fe1 Proposed fix for issue #66 2014-12-15 01:36:25 +01:00
plutoo
2d22fcd5e5 Fixed handle leak in httpc 2014-12-15 01:33:37 +01:00
mtheall
d93524b393 Fix inet_aton. 2014-12-14 14:56:20 -06:00
Aurelio Mannara
117738ee5e Added RTC example
This example shows how to get os time and prints it on top screen
2014-12-14 18:11:30 +01:00
Aurelio Mannara
2cf9242785 Added TouchScreen example
This example shows how to get touch coordinates and prints them on top
screen
2014-12-14 18:10:25 +01:00
Aurelio Mannara
e82e9ce975 Added CirclePad example
This example shows how to get Circle Pad position and prints them on
the top screen
2014-12-14 18:09:02 +01:00
Aurelio Mannara
6218327628 Added 24bit Bitmap example
This example shows how to draw a 24bit bitmap on bottom screen
2014-12-14 18:03:27 +01:00