Tony Wasserka
14f999c124
SHDR: Support looking up symbol names for integer and boolean registers.
...
Also add a consistency check in SHDR_GetUniformRegister to make sure the looked up value is in fact a float uniform.
SHDR_GetUniformRegister should be renamed to SHDR_GetFloatUniformRegister. However, I haven't done so to preserve backwards compatibility, for now.
2015-03-01 16:39:59 +01:00
Tony Wasserka
27aedd144c
SHDR: Consider output attribute component masks properly.
2015-03-01 16:39:59 +01:00
Dave Murphy
ce6fce07a1
Merge pull request #97 from yuriks/more-syscalls
...
Add a few more SVC call stubs
2015-02-28 00:59:28 +00:00
Yuri Kunde Schlesner
9ee96105f6
Add a few more SVC call stubs
2015-02-27 21:20:55 -03:00
Dave Murphy
8e031b1080
ensure mode changes
2015-02-27 20:50:03 +00:00
Dave Murphy
36f82b8bb8
fix typo
2015-02-26 08:37:23 +00:00
Dave Murphy
02ff590b5a
add intermediate Makefile for input examples
2015-02-25 15:36:07 +00:00
Dave Murphy
c5fa04e845
add thread event example
2015-02-25 15:28:30 +00:00
Dave Murphy
aa98a0796b
use variable to recurse make
2015-02-23 19:25:59 +00:00
Dave Murphy
6822f89c4c
update for latest libctru
2015-02-23 19:25:31 +00:00
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
992b23040c
implement gettimeofday
2015-02-23 17:41:10 +00:00
Dave Murphy
da57493368
update aemstro reflog
2015-02-22 22:37:17 +00:00
smea
f39571f542
Merge pull request #95 from elhobbs/master
...
updated shader for current aemstro
2015-02-22 12:04:09 -08: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
d9552e95dc
bump version
2015-02-19 18:51:05 +00:00
Dave Murphy
8ac08bad4e
default loop mode is one shot
2015-02-19 18:48:31 +00: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
Dave Murphy
0ae00d4fdc
Merge pull request #94 from gudenau/master
...
Fixed a typo
2015-02-17 02:38:35 +00:00
gudenau
bb1ca9e63a
Fixed a type-o
2015-02-16 18:47:40 -06:00
Dave Murphy
2a500c2d8f
bump version for release
2015-02-15 13:34:39 +00:00
Dave Murphy
727d5d4767
Merge branch 'utf'
...
Conflicts:
libctru/source/sdmc_dev.c
2015-02-15 13:28:34 +00:00
Dave Murphy
2c0ae0784d
flush buffers on newline & screen clear
2015-02-15 13:24:05 +00:00
Dave Murphy
7e24c7766f
switch to hard float
2015-02-15 01:26:16 +00:00
Dave Murphy
0b6d51bcca
config files for cppcheck from Lioncash
2015-02-14 01:23:00 +00:00
Dave Murphy
71a59a1da3
Merge branch 'master' into devop_socket
...
Conflicts:
libctru/source/services/soc/soc_ioctl.c
2015-02-12 15:52:15 +00:00
Dave Murphy
dc7ef6fd28
correct aptEventHandler signature
2015-02-11 22:15:13 +00:00
mtheall
2cf2b7f1e9
Fix soc_read/soc_write.
2015-02-11 22:15:12 +00:00
Dave Murphy
e4b636ed41
correct alloc_handle prototype
2015-02-11 22:15:12 +00:00
mtheall
e75fd8b648
Refactor soc to use errno.
2015-02-11 22:15:11 +00:00
mtheall
67f991e452
Fix poll() to only update revents.
2015-02-11 22:15:09 +00:00
mtheall
4fa477c039
First attempt at hooking sockets into a devoptab.
2015-02-11 22:15:09 +00:00
Dave Murphy
9fec42f38f
fix gspEventThreadMain signature
2015-02-03 09:18:22 +00:00
Dave Murphy
91d5a79e6a
Merge pull request #93 from LunarCookies/patch-1
...
HTTPC_AddRequestHeaderField Fix
2015-02-02 20:24:41 +00:00
LunarCookies
f993eac8a2
Update httpc.c
2015-02-02 19:51:20 +00:00
Dave Murphy
3f19e7920c
threads take void * not u32
2015-02-02 19:30:08 +00:00
LunarCookies
8cab1f28d4
HTTPC_AddRequestHeaderField Fix
2015-02-02 13:46:58 +00:00
Dave Murphy
aa8ffe925e
Merge pull request #69 from Slashmolder/master
...
Fix for issue #66
2015-02-01 15:35:57 +00:00