James Benton
|
690bd6ccbd
|
Revert "Rename wutdevoptab to wutdevoptab_sd"
This reverts commit 865af4609c .
Turns out it is for whole filesystem. oops.
|
2018-07-19 08:51:40 +01:00 |
|
Ash
|
9db6278915
|
include/coreinit/core.h: Add Doxygen docs for Core group.
|
2018-07-18 21:33:50 +10:00 |
|
Ash
|
2e9643e342
|
include/coreinit/cache: Document Cache function group
|
2018-07-18 21:26:39 +10:00 |
|
James
|
91973a3b14
|
Merge pull request #81 from QuarkTheAwesome/master
include/vpad: Documentation style tweaks, add VPADLcdMode, more docs
|
2018-07-08 23:47:11 -07:00 |
|
Ash
|
2ee317599e
|
include/vpad: Documentation style tweaks, add VPADLcdMode, more docs
|
2018-07-05 10:11:48 +10:00 |
|
James
|
5f97c75efa
|
Merge pull request #80 from Maschell/feature_gx2_surface
Add GX2ResolveAAColorBuffer
|
2018-07-03 03:14:39 -07:00 |
|
James Benton
|
93730269e8
|
Exports must be in alphabetical order because loader.elf uses binary search
|
2018-07-03 11:12:57 +01:00 |
|
Maschell
|
6c999bf95c
|
Add GX2ResolveAAColorBuffer
|
2018-07-01 18:29:50 +02:00 |
|
James Benton
|
17a83000e0
|
coreinit: Add OSSwitchFiber{Ex} functions.
|
2018-07-01 16:25:07 +01:00 |
|
James Benton
|
11ff692fbf
|
coreinit: Add more OSContext related functions.
|
2018-07-01 16:24:51 +01:00 |
|
James
|
d01de98da2
|
Merge pull request #78 from Maschell/feature_coreinit_context
Add "OSLoadContext"
|
2018-07-01 08:12:54 -07:00 |
|
James
|
b42c431604
|
Merge pull request #79 from Maschell/feature_coreinit_dynload
Add OSDynLoad_GetModuleName
|
2018-07-01 08:12:35 -07:00 |
|
Maschell
|
531dfaee7f
|
Add OSDynLoad_GetModuleName
|
2018-06-30 21:13:16 +02:00 |
|
Maschell
|
ee90aef8b9
|
Add "OSLoadContext"
|
2018-06-30 20:56:21 +02:00 |
|
James Benton
|
6f014e48d2
|
Remove last usages of GLOB_RECURSE.
|
2018-06-28 16:01:16 +01:00 |
|
James Benton
|
96bddc5a69
|
gx2: Add GX2DebugCapture functions.
|
2018-06-28 12:38:40 +01:00 |
|
James
|
ba24b4a5f5
|
Merge pull request #77 from QuarkTheAwesome/master
NSSL: Add documentation, all the system CAs, and NSSLDestroyConnection
|
2018-06-28 02:42:18 -07:00 |
|
Ash
|
fb92450f21
|
include/nsysnet/nssl: Clarify "block" arg to NSSLCreateConnection
|
2018-06-28 19:36:44 +10:00 |
|
Ash
|
3e8c28f939
|
include/nsysnet/nssl.h: Semantics - libcurl->nlibcurl
|
2018-06-28 19:36:12 +10:00 |
|
Ash
|
da3b0efaa6
|
include/nsysnet/nssl: Missing comma (-_-)
|
2018-06-28 19:34:28 +10:00 |
|
Ash
|
f9f5eb343a
|
include/nsysnet/nssl: Add meaningful group names, update cURL sample
|
2018-06-28 19:33:39 +10:00 |
|
Ash
|
0dd4b6bbda
|
include/nsysnet/nssl: Add NSSLDestroyConnection().
|
2018-06-28 18:51:13 +10:00 |
|
Ash
|
e86a3be046
|
include/nsysnet/nssl: Add all the system certificates
|
2018-06-28 18:50:05 +10:00 |
|
Ash
|
55a911b56e
|
include/nsysnet/nssl: Add Doxygen documentation
|
2018-06-28 10:06:39 +10:00 |
|
James
|
75bdc97d3b
|
Merge pull request #75 from QuarkTheAwesome/master
COS Docs: Most of ProcUI
|
2018-06-26 07:57:48 -07:00 |
|
James Benton
|
fe9e0b208c
|
gx2: Add brackets around define values.
|
2018-06-26 15:56:11 +01:00 |
|
Maschell
|
fa285aa946
|
Add MEMFindParentHeap and MEMCreateUserHeapHandle
|
2018-06-26 15:55:01 +01:00 |
|
James Benton
|
efeb31620d
|
nn: Fix initialisation order in nn::Result
|
2018-06-26 15:52:49 +01:00 |
|
Ash
|
dbb45f54e1
|
include/proc_ui: Spelling; correct ProcessMessagesCore, DrawDoneRelease
|
2018-06-25 22:07:01 +10:00 |
|
James
|
fdf9539c83
|
Merge pull request #74 from Maschell/feature_gx2
Add some missing GX2 defines
|
2018-06-25 00:53:30 -07:00 |
|
Ash
|
b37c405af8
|
include/proc_ui: Polish off most of the Doxygen documentation
This might not be 100% accurate, feel free to update and overwrite and whatever.
|
2018-06-25 11:01:01 +10:00 |
|
Maschell
|
9977270efe
|
Add some missing GX2 defines
|
2018-06-23 13:45:50 +02:00 |
|
James
|
c2df6eab3b
|
Merge pull request #73 from QuarkTheAwesome/doc-decaf
COS Docs: Pull stuff in from Decaf
|
2018-06-23 04:20:25 -07:00 |
|
Ash
|
31c762ed11
|
include/coreinit: Start documenting OS* memory functions (decaf)
From QuarkTheAwesome/decaf-emu@865ac43 and
QuarkTheAwesome/decaf-emu@81cd110
|
2018-06-23 20:13:38 +10:00 |
|
Ash
|
6a146f4b38
|
include/proc_ui: Add basic Doxygen documentation (decaf)
From QuarkTheAwesome/decaf-emu@7bc9ced68a
|
2018-06-23 20:11:31 +10:00 |
|
Ash
|
2f995fec41
|
include/vpad: Minor improvments, enum links, whatever
|
2018-06-23 19:52:13 +10:00 |
|
Ash
|
864ad21a0d
|
include/vpad: Add Doxygen documentation for some functions (from decaf)
From e9db64c9442f239792477e8b5c8e61286329b206.
|
2018-06-23 19:35:30 +10:00 |
|
James
|
5abaac4a39
|
Merge pull request #72 from Maschell/feature_sndcore2
Add sndcore2 functions
|
2018-06-21 02:26:10 -07:00 |
|
James Benton
|
8d8cfe8a65
|
Add zlib headers from zlib 1.2.5
|
2018-06-21 10:19:47 +01:00 |
|
Maschell
|
90143f5876
|
Add sndcore2 functions
|
2018-06-20 21:46:06 +02:00 |
|
Maschell
|
b9a7e1714b
|
Add several VPAD function, added more fields to the VPADStatus struct.
|
2018-06-20 13:32:22 +01:00 |
|
James Benton
|
ac6c9b648f
|
Use correct struct for MCPSysProdSettings.
I copied system settings instead of system prod settings, oops.
|
2018-06-20 11:41:01 +01:00 |
|
Maschell
|
cf024e025b
|
coreinit: Add more MCP functions.
|
2018-06-20 11:35:16 +01:00 |
|
James Benton
|
0cba642861
|
Add WUT_PACKED macro for struct packing.
|
2018-06-20 11:20:43 +01:00 |
|
Maschell
|
e528a09ba5
|
Add struct FSMessage and struct FSAsyncResult, added some missing fields to FSStat
|
2018-06-20 11:20:43 +01:00 |
|
James Benton
|
5091a36418
|
Add OSFunctionType.
Placed in messagequeue.h because it is used in the system message queue
for distinguishing messages.
|
2018-06-20 11:20:43 +01:00 |
|
Maschell
|
697edd3b69
|
Add WPADInit,WPADSetAutoSleepTime and WPADDisconnect
|
2018-06-20 11:05:16 +01:00 |
|
James Benton
|
5f1b1902f6
|
Prefix structsize macros with WUT_
|
2018-06-20 11:05:16 +01:00 |
|
James Benton
|
b4619783ca
|
Remove sized types from wut_types.h
stdint.h exists for a reason.
|
2018-06-20 11:05:16 +01:00 |
|
James Benton
|
4f224c6eb8
|
nsyshid: Fix HIDAttachEvent values.
|
2018-06-19 11:46:47 +01:00 |
|