fincs
|
44d2606039
|
Minor correction in GPU_SendShaderCode/SendOperandDescriptors
|
2015-03-06 16:32:57 +01:00 |
|
fincs
|
0eed263bba
|
Merge branch 'master' into gpu_revamp
|
2015-03-06 16:32:13 +01:00 |
|
Dave Murphy
|
b275d5715b
|
add svcGetProcessorID
|
2015-03-03 11:04:00 +00:00 |
|
Dave Murphy
|
e5edb0fa28
|
Merge pull request #100 from profi200/master
Added AM_ListTitles(), replace bitwise ands with u32 casts, replaced snprint() ...
|
2015-03-02 21:56:27 +00:00 |
|
fincs
|
54473e5487
|
Merge branch 'master' into gpu_revamp
|
2015-03-02 17:03:58 +01:00 |
|
Dave Murphy
|
1f52ac344d
|
adjust stack before appInit
|
2015-03-02 10:41:52 +00:00 |
|
fincs
|
386a700673
|
Fix GPU example
|
2015-03-02 00:54:29 +01:00 |
|
fincs
|
9abad5bbaf
|
Update GPU example (untested)
|
2015-03-01 23:20:01 +01:00 |
|
fincs
|
b175fdbca5
|
Correct error in GPU_SetFloatUniform
|
2015-03-01 23:19:29 +01:00 |
|
fincs
|
0f4ee280d2
|
Merge branch 'master' into gpu_revamp
|
2015-03-01 22:46:24 +01:00 |
|
profi200
|
ed3045ab6a
|
Fixed AM_InstallFIRM(). See 3dbrew.
|
2015-03-01 21:52:19 +01:00 |
|
profi200
|
02b68eb1ae
|
Change it back to snprintf().
|
2015-03-01 20:28:22 +01:00 |
|
profi200
|
a2d2df17f9
|
Minifix.
|
2015-03-01 19:57:57 +01:00 |
|
profi200
|
c998b5d035
|
Added AM_ListTitles(), removed nonsense bitwise ands, replaced sprint() with memcpy() (overflow safe) and made utf.h aveilable for apps.
|
2015-03-01 19:49:38 +01:00 |
|
Dave Murphy
|
341f10b057
|
Merge pull request #88 from Steveice10/master
Add AM_GetTitleProductCode, FSUSER_GetNandArchiveResource, and fix missing service imports in 3ds.h.
|
2015-03-01 18:19:14 +00:00 |
|
Dave Murphy
|
11cd337d36
|
Merge branch 'master' into gpu_revamp
|
2015-03-01 16:56:34 +00:00 |
|
Dave Murphy
|
4caa875489
|
fix smdh building
|
2015-03-01 16:56:10 +00:00 |
|
Dave Murphy
|
82affd3f77
|
Merge branch 'master' into gpu_revamp
|
2015-03-01 16:40:12 +00:00 |
|
Dave Murphy
|
6d25d6d335
|
add smdh embedding
|
2015-03-01 16:39:34 +00:00 |
|
Steven Smith
|
20a1a610da
|
Add AM_GetTitleProductCode, FSUSER_GetNandArchiveResource, and fix missing service imports in 3ds.h.
|
2015-02-28 23:13:21 -08: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
|
b40d605660
|
Merge branch 'master' into gpu_revamp
|
2015-02-19 18:35:10 +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 |
|