Use system fonts for Chinese
This commit is contained in:
parent
2d0e897dbc
commit
46b17521a7
7 changed files with 64 additions and 48 deletions
|
|
@ -86,10 +86,6 @@ public:
|
|||
bool customfont() const { return this->v_customFont; };
|
||||
void customfont(bool v) { this->v_customFont = v; if (!this->changesMade) this->changesMade = true; };
|
||||
|
||||
/* The most recently downloaded language font */
|
||||
std::string downloadedFont() const { return this->v_downloadedFont; };
|
||||
void downloadedFont(const std::string &v) { this->v_downloadedFont = v; if (!this->changesMade) this->changesMade = true; };
|
||||
|
||||
/* The shortcut path. */
|
||||
std::string shortcut() const { return this->v_shortcutPath; };
|
||||
void shortcut(const std::string &v) { this->v_shortcutPath = v; if (!this->changesMade) this->changesMade = true; };
|
||||
|
|
@ -119,7 +115,7 @@ private:
|
|||
|
||||
int v_theme = 0;
|
||||
|
||||
std::string v_language = "en", v_lastStore = "universal-db.unistore", v_downloadedFont = "",
|
||||
std::string v_language = "en", v_lastStore = "universal-db.unistore",
|
||||
v_3dsxPath = "sdmc:/3ds", v_ndsPath = "sdmc:", v_archivePath = "sdmc:",
|
||||
v_shortcutPath = "sdmc:/3ds/Universal-Updater/shortcuts", v_firmPath = "sdmc:/luma/payloads";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue