clang fix

This commit is contained in:
georgemoralis 2025-02-27 14:36:35 +02:00
parent aa2cf2be84
commit 6184d51621

View File

@ -43,7 +43,7 @@ struct OrbisFontStyleFrame {
u16 magic; // Expected to be 0xF09 u16 magic; // Expected to be 0xF09
u16 flags; u16 flags;
// //
float slantRatio; //0x24 float slantRatio; // 0x24
}; };
s32 PS4_SYSV_ABI sceFontAttachDeviceCacheBuffer(); s32 PS4_SYSV_ABI sceFontAttachDeviceCacheBuffer();