Files
tww/src/d/d_ovlp_fade3.cpp
T
Jasper St. Pierre 46fd798ce9 f_pc_manager work
2023-10-22 16:21:59 -07:00

18 lines
420 B
C++

//
// Generated by dtk
// Translation Unit: d_ovlp_fade3.cpp
//
#include "d/d_drawlist.h"
#include "m_Do/m_Do_graphic.h"
#include "dolphin/gx/GX.h"
/* 8022433C-80224390 .text draw__16dDlst_snapShot_cFv */
void dDlst_snapShot_c::draw() {
GXSetTexCopySrc(0, 0, 640, 480);
GXSetTexCopyDst(320, 240, GX_TF_RGBA8, GX_TRUE);
GXCopyTex(mDoGph_gInf_c::getFrameBufferTex(), GX_FALSE);
GXPixModeSync();
}