Lectem
6ca5285d10
better svcGet*Info
2015-05-28 21:04:52 +02:00
yellows8
f631036063
Added code for getting the session handles for am, fs, and srv. Updated ACU_WaitInternetConnection() so that it waits for outval!=0 instead of outval==1, this fixes new3ds support for this func.
2015-05-26 13:49:37 -04:00
smea
79e2efdc0c
Update svc.h
...
cf PR #123
2015-05-25 23:05:14 -07:00
smea
c03688cfd4
Merge pull request #123 from 173210/master
...
svc.h: Remove volatile for getThreadLocalStorage
2015-05-25 23:04:20 -07:00
173210
9ad62755b7
svc.h: Remove volatile for getThreadLocalStorage
2015-05-26 14:48:20 +09:00
Aurelio Mannara
4130bb71d0
Updated for latest ctrulib
2015-05-25 22:42:46 +02:00
Aurelio Mannara
f32d31a806
Updated for latest ctrulib
2015-05-25 22:40:31 +02:00
Aurelio Mannara
887a05a765
Updated for latest ctrulib
2015-05-25 22:35:55 +02:00
Lectem
f3bb5339f7
threads svcs
2015-05-25 21:11:16 +02:00
smea
308aa7aaa8
Merge pull request #65 from Aurelio92/example-RTC
...
Added RTC example
2015-05-25 11:28:35 -07:00
Aurelio Mannara
1f375c0a75
Update for latest ctrulib
...
Now the example compiles using the latest ctrulib. It also uses
standard C Time library to get date and time
2015-05-25 10:29:06 +02:00
smea
33eb72e071
Merge pull request #112 from xerpi/master
...
GX_SetDisplayTransfer enums, GPU_SetTexture bug, GPU sample commented
2015-05-24 21:36:25 -07:00
smea
5747dcbd0d
Merge pull request #120 from Lectem/texenv_operands
...
added missing texenv op
2015-05-24 21:34:42 -07:00
smea
9f9139a8d3
Merge pull request #121 from Steveice10/master
...
Update NS_APPID values.
2015-05-23 11:00:08 -07:00
Steven Smith
40d0739ade
Update NS_APPID values.
2015-05-23 10:57:40 -07:00
fincs
8ac3549abf
Fix APT applet launch code [regression caused by c75ed65
]
2015-05-23 18:46:56 +02:00
fincs
da680e0503
Add APT event hooking mechanism
2015-05-22 21:56:47 +02:00
smea
e2f8011f69
Merge pull request #115 from Steveice10/master
...
Add news:u commands.
2015-05-19 15:40:35 -07:00
Lectem
53b03ef6c5
use GPU prefix instead of GL
2015-05-16 21:53:10 +02:00
Lectem
7c26d8e68d
added missing texenv op
2015-05-16 21:43:34 +02:00
fincs
e2b1da4d80
Minor APT behaviour change
2015-05-13 14:10:25 +02:00
smea
7e10620b7f
Merge pull request #119 from archshift/patch-1
...
Add missing httpcAddRequestHeaderField to httpc.h
2015-05-12 22:55:13 -07:00
archshift
e66e417ce0
Add missing httpcAddRequestHeaderField to httpc.h
2015-05-12 22:29:40 -07:00
smea
d30d14dff4
Merge pull request #116 from profi200/master
...
Added AM_GetCiaFileInfo() and FSUSER_DeleteDirectoryRecursively().
2015-05-09 13:46:56 -07:00
plutoo
1b1c2a0cea
Whitespace fix
2015-05-06 23:12:32 +02:00
plutoo
bf4364af0e
Fix svcCreateAddressArbiter
2015-05-06 23:10:44 +02:00
fincs
350cb955b2
Added RUNFLAG_APTREINIT for supporting environments that require APT reinitialization
2015-05-06 22:01:40 +02:00
fincs
004dfff8bd
Added some srv commands
2015-05-06 21:59:47 +02:00
profi200
df46a2c7dd
Added AM_GetCiaFileInfo() and FSUSER_DeleteDirectoryRecursively().
2015-05-04 19:29:13 +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
Steven Smith
6f37ad03f7
Add news:u commands.
2015-04-14 12:37:20 -07: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
Sergi Granell
cf7082ad1b
Added GX_SetDisplayTransfer flags enums and define helpers
...
Solved GPU_SetTexture bug (width and height was swapped)
Comment the GPU sample a bit more (to make it easier to understand)
2015-04-03 18:05:31 +02: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
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
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