mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-09-09 02:55:39 +00:00
fixup
This commit is contained in:
parent
aa56e601dc
commit
c63b1a058c
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue