fincs
e50802b90f
Renew GitHub token for uploading Doxygen documentation
2017-01-16 17:14:22 +01:00
Dave Murphy
400e85d674
__alloc_handle changes for dkA r46
...
space for device specific storage in FILE struct is now allocated in __alloc_handle
2017-01-16 15:39:06 +00:00
Dave Murphy
50cafaa700
devkitARM r46 changes
2017-01-16 15:39:06 +00:00
Dave Murphy
396d341a8f
re-enable strict-aliasing
2017-01-16 15:39:06 +00:00
motezazer
648ee46742
Add AM_FinishCiaInstallWithoutCommit and AM_CommitImportPrograms ( #321 )
...
* Add AM_FinishCiaInstallWithoutCommit and AM_CommitImportPrograms
* Make the tids const
* In the headers also
2017-01-16 12:41:35 +00:00
yellows8
6e107a1aa5
Added bossGetNsDataHeaderInfo() and enums for it + added a comment for bossTaskStatus.
2017-01-10 18:08:15 -05:00
fincs
d42efe636b
Simplify application/linear heap size management
2017-01-03 18:36:37 +01:00
Jeffrey Pfau
635d3e6640
Add APT:ReceiveDeliverArg
2016-12-29 19:28:59 +01:00
Dave Murphy
66d1f7c957
re-enable strict-aliasing
2016-12-28 18:24:58 +00:00
thedax
f744a85e5a
Add support for nwm::EXT::ControlWirelessEnabled.
2016-12-28 17:41:51 +01:00
yellows8
47d9585624
Added bossReinit() and bossUnregisterStorage(). Updated comments for bossInit().
2016-12-27 18:04:17 -05:00
yellows8
d14fa59ba5
Added bossSetStorageInfo().
2016-12-26 01:43:12 -05:00
yellows8
95bcb4d69a
Added force_user param to bossInit().
2016-12-25 19:21:20 -05:00
yellows8
7ccfe71e45
Added bossDeleteNsData() and bossReadNsData().
2016-12-25 02:15:10 -05:00
yellows8
435fad724b
Added enum bossTaskStatus and updated bossGetTaskState.
2016-12-25 01:00:49 -05:00
yellows8
88da2f456b
Added BOSS property_xb and property_x3e.
2016-12-25 00:33:32 -05:00
fincs
4abf42f16d
Merge pull request #325 from TuxSH/master
...
Finish implementing the debug SVCs, fix bugs, other changes
2016-12-23 18:05:42 +01:00
TuxSH
ba23d7224b
Add svcGetThreadList
2016-12-23 15:30:46 +01:00
TuxSH
84db84c05f
Add svcBreakRO
2016-12-23 15:30:46 +01:00
TuxSH
fbdcf91c8b
Update svcOutputDebugString
2016-12-23 15:30:46 +01:00
TuxSH
7e8a480b45
Documentation update for svcBackdoor
2016-12-23 15:01:15 +01:00
TuxSH
c23ed61457
Fix the implementation of svcGetProcessList
...
svcGetProcessList takes only one scalar output parameter, not two.
2016-12-23 14:59:15 +01:00
TuxSH
066a9cc6fd
Update svc(Un)bindInterrupt's prototype and documentation
2016-12-23 14:58:02 +01:00
TuxSH
65240d6202
Finish implementing the debug SVCs and associated types
2016-12-23 14:57:32 +01:00
Dave Murphy
bd832dbb25
fix bossSetupContextDefault prototype
2016-12-23 13:01:23 +00:00
yellows8
131e71b5e7
Added bossSetupContextDefault(), bossSendContextConfig(), and bossContext.
2016-12-22 18:00:58 -05:00
yellows8
b04568fd53
Use const with BOSS, use '(void)' for bossGetSessionHandle, and changed bossCmd34 to bossGetTaskProperty0.
2016-12-22 16:02:53 -05:00
yellows8
955ae2af3e
Updated bossCmd34 and added bossGetTaskState().
2016-12-22 02:18:26 -05:00
yellows8
ee23569db8
Added bossRegisterTask, bossSendProperty, bossDeleteTask, and bossCmd34.
2016-12-22 01:32:49 -05:00
yellows8
e8c3a9139e
Started implementing BOSS support.
2016-12-19 19:49:51 -05:00
Mrrraou
b5a8183dbd
Add svcGetHandleInfo. ( #324 )
2016-12-19 00:02:43 +01:00
TuxSH
34015acd3f
Change svcKernelSetStateSignature
...
`svcKernelSetState` behaves like a variadic function. This change, in addition of not breaking anything, would allow writing things like:
```c
svcKernelSetState(0, 0x0004013800000002ULL, 0)````
which is more explicit than what was used before
2016-12-18 23:52:12 +01:00
yellows8
e37ebf3ef1
Added psInitHandle and psGetSessionHandle. Updated PS_AESAlgorithm comments and added psRSAContext. Added PS_SignRsaSha256 and PS_VerifyRsaSha256. Fixed PS_EncryptDecryptAes and PS_EncryptSignDecryptVerifyAesCcm, these originally implemented pxips9 commands not psps.
2016-12-17 01:38:37 -05:00
Dave Murphy
3501efd7e5
whitespace fixes
2016-12-04 17:21:44 +00:00
Dave Murphy
664ae583c4
fix buffer overrun
2016-12-03 21:13:14 +00:00
Lázaro Vieira
744ca95390
Add AM_DeleteAllDemoLaunchInfos ( #320 )
2016-11-11 00:12:51 +01:00
Dave Murphy
39e54e3634
Merge pull request #319 from esoteric-programmer/suspending_2d_app_fix
...
Fixed home menu display of suspended 2D mode app
2016-11-10 22:26:00 +00:00
Matthias Lutter
9048408bd3
Fixed buffer overflow after gfxSetScreenFormat ( #318 )
2016-11-10 23:24:23 +01:00
Matthias Lutter
5e568d78b1
Fixed home menu display of suspended 2D mode app
2016-10-26 15:45:24 +02:00
yellows8
f7eed42835
Implemented AM_ExportTwlBackup/AM_ImportTwlBackup and AM_ReadTwlBackupInfo.
2016-10-19 12:33:04 -04:00
TuxSH
0eb70a4350
Implement NS_LaunchFIRM and NS_LaunchApplicationFIRM ( #316 )
2016-09-27 23:16:11 +02:00
SciresM
bd34fd59db
Add GSPLCD_GetVendors ( #311 )
2016-09-04 14:41:28 +02:00
fincs
b0768e552b
Merge pull request #310 from SciresM/master
...
Implement some cfg functions.
2016-08-30 21:01:42 +02:00
fincs
1258cfcccb
Merge pull request #305 from Thog/ptmsysm
...
Add PTMSYSM_CheckNew3DS, PTMSYSM_ShutdownAsync and PTMSYSM_RebootAsync
2016-08-30 21:01:29 +02:00
SciresM
0955035671
Implement some cfg:i functions.
2016-08-28 01:03:50 -07:00
Michael Theall
ada9559c11
Fix zero-length Sha256 hash
2016-08-25 06:25:06 -05:00
fincs
277fc287a1
Merge pull request #308 from profi200/master
...
Added FSUSER_UpdateSha256Context().
2016-08-25 13:22:58 +02:00
profi200
fcbc24a895
Added FSUSER_UpdateSha256Context().
2016-08-25 08:39:26 +02:00
Thog
3b3c0fabdf
Add PTMSYSM_CheckNew3DS, PTMSYSM_ShutdownAsync and PTMSYSM_RebootAsync
2016-07-31 22:42:20 +02:00
fincs
e6ebe9abea
Merge pull request #304 from Cruel/httpc
...
Add httpcCancelConnection and some timeout calls
2016-07-31 11:33:09 +02:00