mirror of
https://github.com/libretro/RetroArch
synced 2025-02-26 06:40:39 +00:00
(CoreText) Increase font atlas size so it supports diacritics too
This commit is contained in:
parent
88e2875149
commit
e879d2de25
@ -27,7 +27,7 @@
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#endif
|
||||
|
||||
#define CT_ATLAS_ROWS 8
|
||||
#define CT_ATLAS_ROWS 16
|
||||
#define CT_ATLAS_COLS 16
|
||||
#define CT_ATLAS_SIZE (CT_ATLAS_ROWS * CT_ATLAS_COLS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user