MCPcopy Create free account
hub / github.com/doldecomp/mkdd / ctor_subroutine

Method ctor_subroutine

libs/JSystem/JFramework/JFWDisplay.cpp:22–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20JFWDisplay *JFWDisplay::sManager;
21
22void JFWDisplay::ctor_subroutine(bool enableAlpha) {
23 mEnableAlpha = enableAlpha;
24 mClamp = GX_CLAMP_TOP | GX_CLAMP_BOTTOM;
25 mClearColor.set(0, 0, 0, 0);
26 mZClear = 0xFFFFFF;
27 mGamma = 0;
28 mFader = nullptr;
29 mFrameRate = 1;
30 mTickRate = 0;
31 mCombinationRatio = 0.0f;
32 _30 = 0;
33 _2C = OSGetTick();
34 _34 = 0;
35 _48 = 0;
36 _4a = 0;
37 mDrawDoneMethod = UNK_METHOD_0;
38 clearEfb_init();
39 JUTProcBar::create();
40 JUTProcBar::clear();
41 _38 = 1;
42 _3C = 0;
43 mIsWaiting = false;
44 _44 = nullptr;
45}
46
47JFWDisplay::JFWDisplay(JKRHeap *heap, JUTXfb::EXfbNumber bufferCount, bool p3) {
48 // UNUSED FUNCTION

Callers

nothing calls this directly

Calls 2

createFunction · 0.50
setMethod · 0.45

Tested by

no test coverage detected