diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-07 17:31:29 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-07 17:31:29 -0400 |
| commit | 3e7ece6ff50f48dbce8b044cfcc0851ce4859789 (patch) | |
| tree | 6ae26e70f5d6e3ad9c2497538ff54a6dbe82e77f /src/JSystem/J3DGraphBase/J3DSys.cpp | |
| parent | 340d18c6bcc8d6e0640748273109c55ab058df7b (diff) | |
Copy dolphin/gx progress from TP
Diffstat (limited to 'src/JSystem/J3DGraphBase/J3DSys.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphBase/J3DSys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DSys.cpp b/src/JSystem/J3DGraphBase/J3DSys.cpp index 3ef85963..8e910641 100644 --- a/src/JSystem/J3DGraphBase/J3DSys.cpp +++ b/src/JSystem/J3DGraphBase/J3DSys.cpp @@ -148,7 +148,7 @@ void J3DSys::setTexCacheRegion(GXTexCacheSize size) { /* 802D8EE0-802D956C .text drawInit__6J3DSysFv */ void J3DSys::drawInit() { - GXSetMisc(2, 0); + GXSetMisc(GX_MT_DL_SAVE_CONTEXT, 0); GXInvalidateVtxCache(); GXSetCurrentMtx(GX_PNMTX0); GXSetCullMode(GX_CULL_BACK); |
