[UI] Add JP font loading on linux.

Fixes JP title display in Profile/Show Played Titles
This commit is contained in:
Herman S.
2025-08-31 12:25:43 +09:00
committed by Radosław Gliński
parent af7d7fd951
commit 8545fe755e
2 changed files with 63 additions and 2 deletions

View File

@@ -31,5 +31,6 @@ project("xenia-ui")
links({
"xcb",
"X11",
"X11-xcb"
"X11-xcb",
"fontconfig"
})