Commit Graph

658 Commits

Author SHA1 Message Date
Lectem
92b7019f9a Merge branch 'master' of github.com:smealum/ctrulib 2015-04-21 22:48:28 +02:00
fincs
5a28a7398a Merge branch 'master' of github.com:smealum/ctrulib 2015-04-15 22:17:53 +02:00
fincs
c443c34ad0 Major CSND overhaul, see details:
- Missing commands are now added
- Volume and pan are now available in csndPlaySound
- Minor optimization that saves one memcpy per command
- Minor optimization in shared mem channel index computation
2015-04-15 22:17:19 +02:00
Lectem
e26e37b942 Merge branch 'master' of github.com:smealum/ctrulib 2015-04-14 22:56:19 +02:00
plutoo
71f330aad2 Merge pull request #114 from Steveice10/master
Remove MEMOP_FREE_LINEAR
2015-04-13 22:07:45 +02:00
Steven Smith
3adff173cd Remove MEMOP_FREE_LINEAR 2015-04-13 12:50:02 -07:00
fincs
7b059d9395 svc.h/s cleanup; add svcWriteProcessMemory & svcControlProcessMemory 2015-04-13 17:56:38 +02:00
smea
16732899d5 Merge pull request #113 from archshift/backdoor
Implement svcBackdoor in SVCs
2015-04-04 13:53:21 -07:00
archshift
7bb4fc8547 Implement svcBackdoor in SVCs 2015-04-03 14:37:09 -07:00
plutoo
7d940da23a Merge pull request #106 from profi200/master
Replaced AM_installFIRM() with AM_installNativeFirm().
2015-03-28 22:24:53 +01:00
profi200
4ab2b1a363 Replaced AM_installFIRM() with AM_installNativeFirm(). 2015-03-28 22:02:46 +01:00
Dave Murphy
adcea034a5 Merge pull request #109 from Steveice10/master
Reset GPUCMD buffer after running GPU_Reset commands.
2015-03-25 08:09:34 +00:00
Steven Smith
c70fb0feb1 Reset GPUCMD buffer after running GPU_Reset commands. 2015-03-24 20:27:24 -07:00
Lectem
22bde7d2a2 Merge branch 'gpu_examples' 2015-03-24 00:12:48 +01:00
Lectem
134f27f520 last bit of modif 2015-03-24 00:11:52 +01:00
Lectem
2c5b765575 last bit of info 2015-03-24 00:07:41 +01:00
Lectem
56556baaa7 bit more comments 2015-03-23 23:54:46 +01:00
Lectem
80a41c8e20 hello triangle picasso 2015-03-23 23:32:53 +01:00
Lectem
d2e9db6c84 hello triangle picasso 2015-03-22 15:48:25 +01:00
Lectem
31502c21fe reverted readme to use my travis build 2015-03-21 15:55:40 +01:00
Lectem
51deccd4d0 fixed docs clean order 2015-03-21 15:47:06 +01:00
Lectem
30e407a013 new secure token 2015-03-21 15:41:04 +01:00
Lectem
53f307836a fix doxyfile path 2015-03-21 15:28:25 +01:00
Lectem
6ddf5320e7 Merge branch 'master' of github.com:smealum/ctrulib 2015-03-21 15:23:49 +01:00
Lectem
222bc24165 forgot to remove a condition 2015-03-21 15:23:17 +01:00
Lectem
d8ddd15287 test doc generation 2015-03-21 14:32:56 +01:00
smea
d22d0a9345 fix bug when alignment value too big 2015-03-19 12:29:47 -07:00
mtheall
b30f553dd0 Stricter checks in MemPool::Allocate(). 2015-03-17 13:49:47 -05:00
Dave Murphy
7a71787670 include data folder in source release, 0.5.0 is next release 2015-03-17 10:48:53 +00:00
Dave Murphy
426258a7f7 exclude 3dsx files in bin directory 2015-03-17 10:43:52 +00:00
Dave Murphy
653f126065 use python3 2015-03-17 10:42:51 +00:00
yellows8
5b5bdb1bd1 Fixed security failure /w alignment in MemPool::Allocate(). 2015-03-16 20:59:59 -04:00
Lectem
87c06e585d Merge branch 'master' of github.com:smealum/ctrulib 2015-03-14 19:36:32 +01:00
Dave Murphy
2fed2f4241 Merge branch 'gpu_revamp' 2015-03-11 17:06:49 +00:00
Dave Murphy
a6831d177c get rid of strict aliasing 2015-03-11 17:06:34 +00:00
Dave Murphy
5c0a6ceda6 Merge branch 'master' into gpu_revamp 2015-03-11 16:46:49 +00:00
Dave Murphy
85261971db use correct flags 2015-03-11 16:46:24 +00:00
fincs
cd8fa3a26a Merge pull request #104 from patois/master
add SVC 0x61, 0x62, 0x63, 0x64
2015-03-10 13:10:33 +01:00
patois
57f139799c add syscalls 0x61, 0x62, 0x63, 0x64 2015-03-10 12:43:15 +01:00
Dave Murphy
c71637d9ca Merge pull request #101 from profi200/master
Implemented functions to start system applets.
2015-03-08 01:07:34 +00:00
profi200
1a6bdc38a9 Implemented functions to start system applets. 2015-03-07 22:10:18 +01:00
fincs
b085943d4d Correct shaderProgramFree() and DVLB_Free() 2015-03-07 20:39:28 +01:00
fincs
624dc1c1b3 GPU_DepthRange() -> GPU_DepthMap() 2015-03-07 16:59:52 +01:00
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