diff --git a/src/core/libraries/font/font.h b/src/core/libraries/font/font.h index 25a77de56..3debcf1e8 100644 --- a/src/core/libraries/font/font.h +++ b/src/core/libraries/font/font.h @@ -14,7 +14,7 @@ namespace Libraries::Font { struct OrbisFontTextCharacter { // Other fields... u8 bidiLevel; // Assuming the field at offset 0x3B stores the Bidi level -} FontCharacter; +}; s32 PS4_SYSV_ABI sceFontAttachDeviceCacheBuffer(); s32 PS4_SYSV_ABI sceFontBindRenderer(); diff --git a/src/core/libraries/font/fontft.cpp b/src/core/libraries/font/fontft.cpp index 6ede339f0..0b67907de 100644 --- a/src/core/libraries/font/fontft.cpp +++ b/src/core/libraries/font/fontft.cpp @@ -3,8 +3,8 @@ #include "common/logging/log.h" #include "core/libraries/error_codes.h" -#include "core/libraries/libs.h" #include "core/libraries/font/fontft.h" +#include "core/libraries/libs.h" namespace Libraries::FontFt {