Commit Graph

526 Commits

Author SHA1 Message Date
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
James Benton
c5e51a5ffc cmake: Remove -std=c++17 from wut_enable_stdcpp 2018-06-18 21:13:06 +01:00
James Benton
d66cf4bfd6 samples: Update swkbd sample to use VPADChan enum 2018-06-18 12:36:06 +01:00
James Benton
7ca4ebda05 samples: Add a curl + NSSL example. 2018-06-18 12:36:06 +01:00
James Benton
8c1943cdd7 nsysnet: Fix NSSL context / connection types.
NSSLCreateContext returns negative number on failure so must be a handle
rather than a pointer.
2018-06-18 12:17:16 +01:00
James Benton
8434982910 curl: Include nsysnet/socket.h in curlbuild.h 2018-06-18 12:16:23 +01:00
James Benton
c0e9142e6a curl: Fix typecheck-gcc for removed SSL options. 2018-06-18 12:16:11 +01:00
James Benton
b6ea35660a Add missing doxygen comments for nsyshid 2018-06-18 11:13:52 +01:00
James Benton
3483172b50 nsysnet: Add NSSL* functions. 2018-06-18 11:13:25 +01:00
James Benton
73a0b08bcf curl: Add NSSL_CONTEXT option for setting nsysnet SSL context. 2018-06-18 11:03:39 +01:00
James Benton
50aaa8ac82 curl: Remove SSL options. 2018-06-18 11:01:55 +01:00
James Benton
59b422f590 curl: Remove non-CafeOS platform specific stuff. 2018-06-18 11:01:36 +01:00
James Benton
8e1eb4839b Copy curl headers from curl git 7.21.7 2018-06-18 10:52:53 +01:00
James Benton
0aaaba212a Build tests on travis 2018-06-18 10:29:30 +01:00
James Benton
0750d60693 Add some compile tests.
These are to check there are no syntax errors in the headers and that
all the CHECK_OFFSET and CHECK_SIZE macros are valid.
2018-06-18 10:26:37 +01:00
James Benton
e65cb2304b Reformat vpad/input.h 2018-06-18 10:20:48 +01:00
James Benton
83583aa80b Reformat wpad.h 2018-06-18 10:20:48 +01:00
James Benton
75038273b5 Reformat kpad.h 2018-06-18 10:20:48 +01:00
James Benton
71c6521a38 Reformat hid.h 2018-06-18 10:20:48 +01:00
James Benton
55edba512f Fix circular dependency between systeminfo.h and time.h 2018-06-18 10:04:27 +01:00
James Benton
9cc6aead84 coreinit: Add remaining IM* functions. 2018-06-17 21:02:35 +01:00
Maschell
9dfb7d5344 Add missing VPAD rumble functions to the vpad/input.h 2018-06-17 20:55:28 +01:00
Maschell
c3c8ce30fe Modifed the kpad and wpad struct to be more like the VPADStatus struct. 2018-06-17 20:55:28 +01:00
Maschell
ea64525812 Add missing "systeminfo.h" include to the "thread.h" 2018-06-17 20:55:28 +01:00
Maschell
9fe98f8abe Add more button defines to the VPAD input.h 2018-06-17 20:55:28 +01:00