diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/m_Do/m_Do_printf.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/m_Do/m_Do_printf.cpp')
| -rw-r--r-- | src/m_Do/m_Do_printf.cpp | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_printf.cpp b/src/m_Do/m_Do_printf.cpp new file mode 100644 index 00000000..760c2446 --- /dev/null +++ b/src/m_Do/m_Do_printf.cpp @@ -0,0 +1,82 @@ +// +// Generated by dtk +// Translation Unit: m_Do_printf.cpp +// + +#include "m_Do/m_Do_printf.h" +#include "dolphin/types.h" + +/* 800065DC-80006640 .text OSGetCallerPC */ +void OSGetCallerPC { + /* Nonmatching */ +} + +/* 80006640-800066B0 .text OSGetActiveThreadID */ +void OSGetActiveThreadID { + /* Nonmatching */ +} + +/* 800066B0-80006770 .text search_partial_address */ +void search_partial_address { + /* Nonmatching */ +} + +/* 80006770-800067D0 .text convert_partial_address */ +void convert_partial_address { + /* Nonmatching */ +} + +/* 800067D0-800067DC .text OSReportDisable */ +void OSReportDisable { + /* Nonmatching */ +} + +/* 800067DC-800067E8 .text OSReportEnable */ +void OSReportEnable { + /* Nonmatching */ +} + +/* 800067E8-800067F4 .text OSReportForceEnableOn */ +void OSReportForceEnableOn { + /* Nonmatching */ +} + +/* 800067F4-80006800 .text OSReportForceEnableOff */ +void OSReportForceEnableOff { + /* Nonmatching */ +} + +/* 80006800-80006818 .text OSReportInit__Fv */ +void OSReportInit() { + /* Nonmatching */ +} + +/* 80006818-80006950 .text OSVReport */ +void OSVReport { + /* Nonmatching */ +} + +/* 80006950-800069D0 .text OSReport */ +void OSReport { + /* Nonmatching */ +} + +/* 800069D0-80006A9C .text OSReport_FatalError */ +void OSReport_FatalError { + /* Nonmatching */ +} + +/* 80006A9C-80006B74 .text OSReport_Error */ +void OSReport_Error { + /* Nonmatching */ +} + +/* 80006B74-80006C4C .text OSReport_Warning */ +void OSReport_Warning { + /* Nonmatching */ +} + +/* 80006C4C-80006D84 .text OSPanic */ +void OSPanic { + /* Nonmatching */ +} |
