mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-01 11:45:30 +03:00
Increase font shared memory size for Noto fonts
This commit is contained in:
parent
0d4893c448
commit
e31ed6a429
@ -12,7 +12,7 @@ namespace skyline::service::pl {
|
|||||||
* @brief A persistent object for managing the shared memory utilized by shared fonts
|
* @brief A persistent object for managing the shared memory utilized by shared fonts
|
||||||
*/
|
*/
|
||||||
struct SharedFontCore {
|
struct SharedFontCore {
|
||||||
static constexpr u32 FontSharedMemSize{0x1100000}; //!< The total size of the font shared memory
|
static constexpr u32 FontSharedMemSize{0x2547000}; //!< The total size of the font shared memory
|
||||||
std::shared_ptr<kernel::type::KSharedMemory> sharedFontMemory; //!< The KSharedMemory that stores the TTF data of all shared fonts
|
std::shared_ptr<kernel::type::KSharedMemory> sharedFontMemory; //!< The KSharedMemory that stores the TTF data of all shared fonts
|
||||||
|
|
||||||
struct FontEntry {
|
struct FontEntry {
|
||||||
|
Loading…
Reference in New Issue
Block a user