Commit Graph

21 Commits

Author SHA1 Message Date
Maschell
4c816e115e nsysuhs: Add header for nsysuhs.rpl 2021-04-12 18:01:53 +02:00
rw-r-r-0644
c377cffe13
Network socket changes (#136) 2021-03-07 13:09:12 +01:00
GaryOderNichts
05e45cc180
Add nn_pdm.rpl headers (#137)
* Add some nn_pdm.rpl headers

* nn_pdm: small fixes
2020-05-23 11:20:58 +10:00
Maschell
315f0856af
Add coreinit/bsp.h (#130)
* Add coreinit/bsp.h
- add enum BSPErrors
- add enum BSPHardwareVersions
- add function bspInitializeShimInterface
- add function bspGetHardwareVersion

See decaf for reference:
- 1dc2c3a278/src/libdecaf/src/ios/bsp/ios_bsp_enum.h
- dcd9bd1a08/src/libdecaf/src/cafe/libraries/coreinit/coreinit_bsp.h

* coreinit/bsp.h: fix enum declarations

* Add coreinit/bsp.h to the testsuite
2020-05-22 08:38:34 +10:00
rw-r-r-0644
a6c336a706 h264: Move the enums out of enum.h 2020-05-21 14:12:12 +01:00
rw-r-r-0644
c75394518d Add headers for h264.rpl (from Decaf) 2020-05-21 14:12:12 +01:00
Ash Logan
3f9be376d0 nn: Add nn::act library 2020-05-10 15:59:03 +10:00
Maschell
e2e877decd
Add coreinit/cosreport.h (#131)
* Add coreinit/cosreport.h
- add enum COSReportLevel
- add enum COSReportModule
- add function COSVReport
- add function COSError
- add function COSInfo
- add function COSVerbose
- add function COSWarn

see decaf for reference:
- dcd9bd1a08/src/libdecaf/src/cafe/libraries/coreinit/coreinit_cosreport.h
- 1dc2c3a278/src/libdecaf/src/cafe/libraries/coreinit/coreinit_enum.h

* Fix formatting in coreinit/cosreport.h

* coreinit/cosreport.h: Fix enum declarations

* Add coreinit/cosreport.h to the testsuite
2020-05-07 23:50:21 +10:00
Maschell
a0412a90da
Add coreinit/userconfig.h (#132)
* Add coreinit/userconfig.h
- add enum UCCommand
- add enum UCDataType
- add enum UCErrors
- add enum UCFileSys
- add struct UCSysConfig
- add struct UCAsyncParams
- add function UCOpen
- add function UCClose
- add function UCDeleteSysConfig
- add function UCDeleteSysConfigAsync
- add function UCReadSysConfig
- add function UCReadSysConfigAsync
- add function UCWriteSysConfig
- add function UCWriteSysConfigAsync

See decaf for reference:
- b75f646a1e/src/libdecaf/src/cafe/libraries/coreinit/coreinit_userconfig.h
- 407f3f8093/src/libdecaf/src/ios/auxil/ios_auxil_enum.h

* Fix structs

* coreinit/userconfig.h: Add missing typedefs

* Add coreinit/userconfig.h to testsuite
2020-05-07 23:49:18 +10:00
Ash Logan
c9a2290196 acp: Add functions, structs, enums (from Decaf) 2020-03-12 13:51:13 +11:00
Ash Logan
d19cd94a99 tests: Add missing wut headers (except cURL) 2020-03-12 12:37:37 +11:00
Ash Logan
78467b6927 tests: Add -Wall, -Wextra, -pedantic, -Werror 2020-03-12 12:36:47 +11:00
James Benton
566c94065a Update tests to use new cmake functions. 2019-11-23 10:14:59 +00:00
James Benton
ac36f99f62 Cleanup tests cmake scripts. 2019-11-20 17:25:50 +00:00
Ash Logan
f7af9c3316 include/coreinit: First pass at coreinit/codegen.h 2019-04-22 10:12:28 +10:00
rw-r-r-0644
34bfddb581 dmae: Add DMAECopyMem, DMAEFillMem and DMAEWaitDone (#102)
* dmae: Add DMAECopyMem, DMAEFillMem and DMAEWaitDone

* tests: Add dmae to header compile test list
2019-02-28 17:10:10 +11:00
James Benton
7e47e4daf4 tests: Add avm/drc.h to header compile test list. 2019-01-10 10:05:14 +00:00
James Benton
3423f6d1ae Add compile headers test for c99 and c11. 2018-07-19 08:51:41 +01:00
James Benton
17a83000e0 coreinit: Add OSSwitchFiber{Ex} functions. 2018-07-01 16:25:07 +01:00
James Benton
96bddc5a69 gx2: Add GX2DebugCapture functions. 2018-06-28 12:38:40 +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