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/JSystem/JUtility/JUTVideo.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JUtility/JUTVideo.cpp')
| -rw-r--r-- | src/JSystem/JUtility/JUTVideo.cpp | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/src/JSystem/JUtility/JUTVideo.cpp b/src/JSystem/JUtility/JUTVideo.cpp new file mode 100644 index 00000000..c8652fa0 --- /dev/null +++ b/src/JSystem/JUtility/JUTVideo.cpp @@ -0,0 +1,62 @@ +// +// Generated by dtk +// Translation Unit: JUTVideo.cpp +// + +#include "JSystem/JUtility/JUTVideo.h" +#include "dolphin/types.h" + +/* 802C7C34-802C7C8C .text createManager__8JUTVideoFPC16_GXRenderModeObj */ +void JUTVideo::createManager(const _GXRenderModeObj*) { + /* Nonmatching */ +} + +/* 802C7C8C-802C7CD4 .text destroyManager__8JUTVideoFv */ +void JUTVideo::destroyManager() { + /* Nonmatching */ +} + +/* 802C7CD4-802C7DC8 .text __ct__8JUTVideoFPC16_GXRenderModeObj */ +JUTVideo::JUTVideo(const _GXRenderModeObj*) { + /* Nonmatching */ +} + +/* 802C7DC8-802C7E30 .text __dt__8JUTVideoFv */ +JUTVideo::~JUTVideo() { + /* Nonmatching */ +} + +/* 802C7E30-802C8054 .text preRetraceProc__8JUTVideoFUl */ +void JUTVideo::preRetraceProc(unsigned long) { + /* Nonmatching */ +} + +/* 802C8054-802C807C .text drawDoneStart__8JUTVideoFv */ +void JUTVideo::drawDoneStart() { + /* Nonmatching */ +} + +/* 802C807C-802C8088 .text dummyNoDrawWait__8JUTVideoFv */ +void JUTVideo::dummyNoDrawWait() { + /* Nonmatching */ +} + +/* 802C8088-802C8110 .text drawDoneCallback__8JUTVideoFv */ +void JUTVideo::drawDoneCallback() { + /* Nonmatching */ +} + +/* 802C8110-802C815C .text postRetraceProc__8JUTVideoFUl */ +void JUTVideo::postRetraceProc(unsigned long) { + /* Nonmatching */ +} + +/* 802C815C-802C81D4 .text setRenderMode__8JUTVideoFPC16_GXRenderModeObj */ +void JUTVideo::setRenderMode(const _GXRenderModeObj*) { + /* Nonmatching */ +} + +/* 802C81D4-802C81D8 .text waitRetraceIfNeed__8JUTVideoFv */ +void JUTVideo::waitRetraceIfNeed() { + /* Nonmatching */ +} |
