mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-24 02:54:35 +00:00
fixup
This commit is contained in:
parent
aa56e601dc
commit
c63b1a058c
@ -14,7 +14,7 @@ namespace Libraries::Font {
|
|||||||
struct OrbisFontTextCharacter {
|
struct OrbisFontTextCharacter {
|
||||||
// Other fields...
|
// Other fields...
|
||||||
u8 bidiLevel; // Assuming the field at offset 0x3B stores the Bidi level
|
u8 bidiLevel; // Assuming the field at offset 0x3B stores the Bidi level
|
||||||
} FontCharacter;
|
};
|
||||||
|
|
||||||
s32 PS4_SYSV_ABI sceFontAttachDeviceCacheBuffer();
|
s32 PS4_SYSV_ABI sceFontAttachDeviceCacheBuffer();
|
||||||
s32 PS4_SYSV_ABI sceFontBindRenderer();
|
s32 PS4_SYSV_ABI sceFontBindRenderer();
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
#include "common/logging/log.h"
|
#include "common/logging/log.h"
|
||||||
#include "core/libraries/error_codes.h"
|
#include "core/libraries/error_codes.h"
|
||||||
#include "core/libraries/libs.h"
|
|
||||||
#include "core/libraries/font/fontft.h"
|
#include "core/libraries/font/fontft.h"
|
||||||
|
#include "core/libraries/libs.h"
|
||||||
|
|
||||||
namespace Libraries::FontFt {
|
namespace Libraries::FontFt {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user