diff options
| author | Zen64 <xxzenshadowxx@gmail.com> | 2022-03-19 22:31:05 -0400 |
|---|---|---|
| committer | Zen64 <xxzenshadowxx@gmail.com> | 2022-03-19 22:31:05 -0400 |
| commit | 727b2768e237f8271d198c0f9898e2d0e888f104 (patch) | |
| tree | 530f3db98c2f125e19cfd5f7302e76a51e0aed68 /libs/JSystem/J2DGraph/J2DTextBox.cpp | |
| parent | 6ff6982c2036db860445681517f7414adb6c3f0b (diff) | |
Fixed capitalization and msl library names
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DTextBox.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DTextBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/J2DGraph/J2DTextBox.cpp b/libs/JSystem/J2DGraph/J2DTextBox.cpp index 1ae9a76625..d8c24201fc 100644 --- a/libs/JSystem/J2DGraph/J2DTextBox.cpp +++ b/libs/JSystem/J2DGraph/J2DTextBox.cpp @@ -5,7 +5,7 @@ #include "JSystem/J2DGraph/J2DTextBox.h" #include "JSystem/J2DGraph/J2DPrint.h" -#include "MSL_C.PPCEABI.bare.H/MSL_Common/src/string.h" +#include "msl_c/MSL_Common/Src/string.h" #include "dol2asm.h" #include "dolphin/types.h" |
