mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 21:05:06 +01: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
|
||||
*/
|
||||
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
|
||||
|
||||
struct FontEntry {
|
||||
|
Loading…
Reference in New Issue
Block a user