James Benton
|
d0f43d24b7
|
Fix size of OSThread structure
|
2017-11-01 11:00:18 +00:00 |
|
James Benton
|
c83ff22780
|
coreinit: Move OSContext to context.h
|
2017-06-02 11:40:41 +01:00 |
|
James Benton
|
fddf6f2532
|
Fix naughty enum typedefs.
|
2016-01-08 07:28:52 -08:00 |
|
James Benton
|
33247b5034
|
More documentation.
|
2016-01-07 19:25:07 +00:00 |
|
James Benton
|
1145044517
|
Start doxygen documentation.
|
2016-01-07 16:04:01 +00:00 |
|
James Benton
|
c6de879cbc
|
Add pragma pack 1 byte alignment for OSThread.
Struct size seems to be rounded up to 8 byte alignment.
|
2016-01-07 06:21:02 -08:00 |
|
James Benton
|
4bebe2242d
|
Remove WUT_LIB_HEADER_START.
|
2016-01-07 14:09:43 +00:00 |
|
James Benton
|
2e776838ff
|
Use a macro WUT_LIB_HEADER_{START,END}...
So we don't have to extern C and pragma pack in every header file.
|
2016-01-07 05:02:17 -08:00 |
|
James Benton
|
7219164f4b
|
Add missing OSMutexQueue typedef.
|
2016-01-07 04:47:58 -08:00 |
|
James Benton
|
7fb39a71bd
|
Fix unknown size in OSThread
|
2016-01-07 04:47:45 -08:00 |
|
James Benton
|
92511be884
|
Fix thread entry point to use int as return and argc type.
|
2016-01-07 04:47:36 -08:00 |
|
James Benton
|
e123ba272f
|
Fix enum typedefs so we now define storage type.
|
2016-01-07 04:45:44 -08:00 |
|
James Benton
|
acfffa6d85
|
Apparently static const struct members don't exist in C.
Let's use #defines, that's much better ... C is nice language Kappa
|
2016-01-07 04:44:44 -08:00 |
|
James Benton
|
9f42cfa12e
|
Add a bunch of coreinit functions.
|
2016-01-07 12:07:13 +00:00 |
|