diff options
author | Lioncash <mathew1800@gmail.com> | 2018-09-11 10:15:36 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-09-11 10:25:33 +0200 |
commit | 46ba1bc40f110a52292290634eefd0c030677eea (patch) | |
tree | 082e212263ed4b2409b2fe62faa4cd3b6a051e8d /src/core/hle | |
parent | Use open-source shared fonts if no dumped file is available (#1269) (diff) | |
download | yuzu-46ba1bc40f110a52292290634eefd0c030677eea.tar yuzu-46ba1bc40f110a52292290634eefd0c030677eea.tar.gz yuzu-46ba1bc40f110a52292290634eefd0c030677eea.tar.bz2 yuzu-46ba1bc40f110a52292290634eefd0c030677eea.tar.lz yuzu-46ba1bc40f110a52292290634eefd0c030677eea.tar.xz yuzu-46ba1bc40f110a52292290634eefd0c030677eea.tar.zst yuzu-46ba1bc40f110a52292290634eefd0c030677eea.zip |
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/service/ns/pl_u.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/hle/service/ns/pl_u.cpp b/src/core/hle/service/ns/pl_u.cpp index 77f635ae2..7abb4cf00 100644 --- a/src/core/hle/service/ns/pl_u.cpp +++ b/src/core/hle/service/ns/pl_u.cpp @@ -2,12 +2,12 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. -#include <FontChineseSimplified.ttf.h> -#include <FontChineseTraditional.ttf.h> -#include <FontExtendedChineseSimplified.ttf.h> -#include <FontKorean.ttf.h> -#include <FontNintendoExtended.ttf.h> -#include <FontStandard.ttf.h> +#include <FontChineseSimplified.h> +#include <FontChineseTraditional.h> +#include <FontExtendedChineseSimplified.h> +#include <FontKorean.h> +#include <FontNintendoExtended.h> +#include <FontStandard.h> #include "common/common_paths.h" #include "common/file_util.h" |