Daniel K. O. (dkosmari)
9c656b7128
- Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions.
...
- Fixed a few format string bugs, in `libwhb/crash.c` and `wutdevoptab`, where there was a
mismatch of specifiers and arguments that could lead to crashes.
- Made debug prints use `%p` when printing pointers.
--HG--
branch : printf-attribute-hg
2024-10-07 23:01:40 -03:00
Maschell
fe4bdafb92
coreinit: Add __OSConsoleWrite
2023-02-09 18:16:27 +01:00
Maschell
6112345285
Add various functions used in root.rpx
2022-04-15 16:43:02 +01:00
Maschell
670ef1d342
coreinit/debug.h: Add OSIsDebuggerInitialized, OSIsDebuggerPresent, OSIsECOBoot, OSIsECOMode ( #128 )
...
- add function OSIsDebuggerInitialized
- add function OSIsDebuggerPresent
- add function OSIsECOBoot
- add function OSIsECOMode
2020-05-07 22:35:33 +10:00
James Benton
090fd38606
coreinit: Fix DisassemblePPCOpcode return type.
2020-04-26 10:06:13 +01:00
James Benton
ddc3d0ad0e
coreinit: Add declarations for OSReport{Verbose,Info,Warn}.
2020-01-18 10:45:28 +00:00
James Benton
80f57713b8
coreinit: Add DisassemblePPCOpcode.
2019-01-10 10:05:14 +00:00
James Benton
2100cea176
coreinit: Add OSGetSymbolName, OSGetUPID.
2017-06-02 11:42:42 +01:00
James Benton
5a07bf6c1d
coreinit: Add DisassemblePPCRange.
2017-06-02 11:42:24 +01:00
James Benton
1145044517
Start doxygen documentation.
2016-01-07 16:04:01 +00: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
7669e4b4ee
Simple formatting changes.
2016-01-07 04:48:11 -08:00
James Benton
9f42cfa12e
Add a bunch of coreinit functions.
2016-01-07 12:07:13 +00:00
James Benton
300c0e45ba
Update include layout.
2016-01-05 15:25:22 -08:00