mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -04:00
big d_a_alink pass (#214)
* d_a_alink pass1 wip * more d_a_alink work * remove asm * more daalink work * 20% dol code decompiled * fixed some nonmatchings for building * a few daalink functions and labeling some HIO data
This commit is contained in:
@@ -462,7 +462,7 @@ int mDoGph_AfterOfDraw() {
|
||||
JUTDbPrint::getManager()->setVisible(true);
|
||||
} else {
|
||||
int sysConsole_visible = JFWSystem::getSystemConsole()->isVisible();
|
||||
int port3_connected = mDoCPd_c::isConnect(mDoCPd_c::PAD_2);
|
||||
int port3_connected = mDoCPd_c::isConnect(PAD_3);
|
||||
|
||||
BOOL procBar_visible = port3_connected && fapGmHIO_getMeter() && !sysConsole_visible;
|
||||
BOOL console_visible = port3_connected && fapGmHIO_isPrint();
|
||||
@@ -487,7 +487,7 @@ int mDoGph_AfterOfDraw() {
|
||||
GXSetCoPlanar(GX_DISABLE);
|
||||
GXSetZTexture(GX_ZT_DISABLE, GX_TF_Z8, 0);
|
||||
GXSetDither(GX_ENABLE);
|
||||
GXSetClipMode(GX_DISABLE);
|
||||
GXSetClipMode(GX_CLIP_ENABLE);
|
||||
GXSetCullMode(GX_CULL_NONE);
|
||||
JUTVideo::getManager()->setRenderMode(mDoMch_render_c::getRenderModeObj());
|
||||
mDoGph_gInf_c::endFrame();
|
||||
|
||||
Reference in New Issue
Block a user