mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Symbian: Should support all languages now, via native fonts.
This commit is contained in:
parent
be4ad14b92
commit
c94c8d890d
2 changed files with 1 additions and 4 deletions
|
@ -122,9 +122,6 @@ symbian {
|
|||
shaders.sources = ../assets/shaders
|
||||
shaders.path = E:/PPSSPP/PSP
|
||||
lang.sources = $$files(../lang/*.ini)
|
||||
# Unsupported languages on Symbian. Slashes differ depending on host.
|
||||
contains(QMAKE_HOST.os, "Windows"): lang.sources -= ..\\lang/ja_JP.ini ..\\lang/ko_KR.ini ..\\lang/zh_CN.ini ..\\lang/zh_TW.ini
|
||||
else: lang.sources -= ../lang/ja_JP.ini ../lang/ko_KR.ini ../lang/zh_CN.ini ../lang/zh_TW.ini
|
||||
lang.path = E:/PPSSPP/lang
|
||||
|
||||
DEPLOYMENT += vendor_deploy assets shaders lang
|
||||
|
|
2
lang
2
lang
|
@ -1 +1 @@
|
|||
Subproject commit d10d0c2cb69bc86e2826b8948736ef3563ba86be
|
||||
Subproject commit 003154003358c1919affef0d8013d9fbdbf35510
|
Loading…
Add table
Reference in a new issue