diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-12-27 21:29:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-27 21:29:11 -0800 |
| commit | a73099ead2a62df35ff1c93dfe2ec3af0e6fc99c (patch) | |
| tree | 165c5e9e5d41bf49b1bf08414e20dbeb7f963dd7 /src/JSystem/J3DGraphBase | |
| parent | 5a511a38ac2f7fdc7d9856d9d29a56f8f63f3df2 (diff) | |
| parent | 938c6ed2914156ed556ecad72f70ad373cea7bcd (diff) | |
Merge pull request #560 from TakaRikka/msl
most of MSL_C/Runtime done
Diffstat (limited to 'src/JSystem/J3DGraphBase')
| -rw-r--r-- | src/JSystem/J3DGraphBase/J3DMatBlock.cpp | 2 | ||||
| -rw-r--r-- | src/JSystem/J3DGraphBase/J3DPacket.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DMatBlock.cpp b/src/JSystem/J3DGraphBase/J3DMatBlock.cpp index 2ecc73c3..a900126b 100644 --- a/src/JSystem/J3DGraphBase/J3DMatBlock.cpp +++ b/src/JSystem/J3DGraphBase/J3DMatBlock.cpp @@ -12,7 +12,7 @@ #include "dolphin/gd/GDBase.h" #include "dolphin/os/OS.h" #include "dolphin/types.h" -#include "MSL_C/string.h" +#include "string.h" inline GXAttnFn J3DColorChan::getAttnFn() { u8 attnFnTbl[] = { GX_AF_NONE, GX_AF_SPEC, GX_AF_NONE, GX_AF_SPOT }; diff --git a/src/JSystem/J3DGraphBase/J3DPacket.cpp b/src/JSystem/J3DGraphBase/J3DPacket.cpp index ce86b8c0..9db6d317 100644 --- a/src/JSystem/J3DGraphBase/J3DPacket.cpp +++ b/src/JSystem/J3DGraphBase/J3DPacket.cpp @@ -8,7 +8,7 @@ #include "JSystem/J3DGraphBase/J3DSys.h" #include "JSystem/J3DGraphAnimator/J3DModel.h" #include "JSystem/JKernel/JKRHeap.h" -#include "MSL_C/string.h" +#include "string.h" #include "dolphin/gx/GX.h" #include "dolphin/os/OS.h" |
