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
fincs
7b059d9395
svc.h/s cleanup; add svcWriteProcessMemory & svcControlProcessMemory
2015-04-13 17:56:38 +02: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
Steven Smith
c70fb0feb1
Reset GPUCMD buffer after running GPU_Reset commands.
2015-03-24 20:27:24 -07: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
yellows8
5b5bdb1bd1
Fixed security failure /w alignment in MemPool::Allocate().
2015-03-16 20:59:59 -04: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
patois
57f139799c
add syscalls 0x61, 0x62, 0x63, 0x64
2015-03-10 12:43:15 +01: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
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
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
82affd3f77
Merge branch 'master' into gpu_revamp
2015-03-01 16:40:12 +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
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
992b23040c
implement gettimeofday
2015-02-23 17:41:10 +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
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
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
LunarCookies
f993eac8a2
Update httpc.c
2015-02-02 19:51:20 +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
Dave Murphy
8af5a9946f
fix handle leak in sdmc_stat
2015-02-01 15:19:22 +00:00
Lioncash
20431deb4e
Guard against potential null pointer dereferences
2015-02-01 07:47:18 -05:00
mtheall
4573212176
Fix handle leak in sdmc_stat.
2015-01-27 23:28:06 -06:00