summaryrefslogtreecommitdiff
path: root/src/d/map/d_map_path.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-01-19 16:22:19 -0800
committerGitHub <noreply@github.com>2024-01-20 02:22:19 +0200
commit981cfe7283c0a39b8d1845d8ba59f3bb1e192932 (patch)
tree147c0280ee1231529e52039cbef26f2a6439744f /src/d/map/d_map_path.cpp
parentf97fc769df40a69b12ca9b28be389b236400dcdb (diff)
almost all of dolphin matched (#2036)
* TRK full match * remove trk asm * ar done * cleanup some dolphin headers * more dolphin cleanup * cleanup / GD fully matched * almost all of GX fully matched * GX / Mtx full matched * most of OS done * pad done * most of VI * remove asm * forgot couple vec funcs * couple JUtility matches
Diffstat (limited to 'src/d/map/d_map_path.cpp')
-rw-r--r--src/d/map/d_map_path.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/map/d_map_path.cpp b/src/d/map/d_map_path.cpp
index 0f847db221..5254cee5bb 100644
--- a/src/d/map/d_map_path.cpp
+++ b/src/d/map/d_map_path.cpp
@@ -91,7 +91,7 @@ void dDrawPath_c::rendering(dDrawPath_c::line_class const* p_line) {
GXPosition1x16(*tmp);
tmp++;
}
- i_GXEnd();
+ GXEnd();
}
}
}
@@ -110,7 +110,7 @@ void dDrawPath_c::rendering(dDrawPath_c::poly_class const* p_poly) {
GXPosition1x16(*tmp);
tmp++;
}
- i_GXEnd();
+ GXEnd();
}
}
}
@@ -262,7 +262,7 @@ void dRenderingFDAmap_c::drawBack() const {
GXPosition3f32(field_0x8, -field_0xc, 0);
GXPosition3f32(field_0x8, field_0xc, 0);
GXPosition3f32(-field_0x8, field_0xc, 0);
- i_GXEnd();
+ GXEnd();
}
/* 8003D188-8003D320 037AC8 0198+00 1/0 8/0 0/0 .text preRenderingMap__18dRenderingFDAmap_cFv */
@@ -297,7 +297,7 @@ void dRenderingFDAmap_c::preRenderingMap() {
void dRenderingFDAmap_c::postRenderingMap() {
GXSetCopyFilter(GX_FALSE, NULL, GX_FALSE, NULL);
GXSetTexCopySrc(0, 0, field_0x1c, field_0x1e);
- GXSetTexCopyDst(field_0x1c, field_0x1e, _GX_CTF_R8, GX_FALSE);
+ GXSetTexCopyDst(field_0x1c, field_0x1e, GX_CTF_G8, GX_FALSE);
GXCopyTex(field_0x4, GX_TRUE);
GXPixModeSync();
GXSetClipMode(GX_CLIP_ENABLE);
@@ -363,7 +363,7 @@ void dRenderingFDAmap_c::renderingDecoration(dDrawPath_c::line_class const* p_li
GXBegin(GX_POINTS, GX_VTXFMT0, 1);
GXPosition1x16(data_p[0]);
GXTexCoord2f32(0, 0);
- i_GXEnd();
+ GXEnd();
}
setTevSettingNonTextureDirectColor();