TuxSH
636dfb2f1d
Fix typo in definition of struct FpuRegisters
2017-03-06 19:57:04 +01:00
TuxSH
65171be4d8
Fix ThreadContext definition
...
Its correct size is 0xcc bytes, not the 8-byte aligned 0xd0
2017-03-06 19:57:04 +01:00
TuxSH
e5fc424414
Amend latest PR/commit
2017-03-05 16:48:09 +01:00
TuxSH
cc2928427b
Fix svc(Un)mapProcessMemory typo/misconception
2017-03-04 21:55:24 +01:00
FenrirWolf
ec0b9d8033
Return zero when writing zero bytes ( #344 )
2017-03-02 01:18:58 -06:00
TuxSH
eeacb2faa9
ERRF_ExceptionInfo: fix typo
2017-03-01 20:45:33 +00:00
Fenrir
da97a8802c
Add threadDetach function
2017-03-01 20:45:12 +00:00
TuxSH
c6c994ca60
Make ERRF_ExceptionInfo attributes more explicit
2017-03-01 11:33:51 +00:00
TuxSH
2edbc6fe2e
Fix typo in errf.h
2017-03-01 10:35:05 +00:00
TuxSH
492fffd445
Fix DebuggerBreakExceptionEvent definition
2017-02-23 21:29:30 +01:00
Dave Murphy
c195a19683
update changelog
2017-02-23 11:49:48 +00:00
Dave Murphy
9b99862696
new version number for next release
2017-02-20 06:47:22 +00:00
Dave Murphy
b3ed60d123
default to "unsafe" file write. Unable to replicate failure conditions.
2017-02-20 06:41:42 +00:00
fincs
112163e580
Clarify threadFree usage in documentation
2017-02-17 16:08:16 +01:00
yellows8
cffb347407
Added support for the NFC functionality implemented with system-version 10.0.0-X.
2017-02-16 20:27:37 -05:00
fincs
991eb2357b
Add TickCounter for measuring performance
2017-02-16 14:35:06 +01:00
fincs
97d01a7325
GPUCMD_Add: allow NULL for adding zerofilled parameter data
2017-02-16 13:48:40 +01:00
fincs
093b3441ea
Added (linear/vram/mappable)GetSize for retrieving allocated buffer size
2017-02-16 13:44:19 +01:00
TuxSH
95c4a3e6ef
Fix ERRF_ExceptionData definition
...
This "padding" field is not needed (the struct is used within an union when sent to ErrDisp), and is also undesirable as the kernel push an instance of `ERRF_ExceptionData` (which is a struct of size 0x5C, and not 0x60) on the user stack under certain conditions.
2017-02-16 13:39:20 +01:00
FenrirWolf
fb0ef2a459
correct ticks per msec/usec ( #336 )
2017-02-13 01:02:21 +00:00
fincs
7be0b5b026
Add GPU_TEXFACE enumeration
2017-02-11 23:04:03 +01:00
Michael Theall
97d6149e3e
Avoid double promotion
2017-02-08 22:51:57 -06:00
AriA99
e06c8e542f
Add nim:s client implementation.
2017-01-27 19:06:28 +01:00
Slimfr01
6eb53df563
update NFC_AmiiboConfig struct
...
adjust and rename NFC_AmiiboConfig struct members to better reflect their purpose.
2017-01-20 18:14:16 +00:00
fincs
ee2a1d2eba
Bump version for release, with changelog
2017-01-16 17:16:42 +01:00
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