diff options
| author | 2019-09-22 18:09:55 +1000 | |
|---|---|---|
| committer | 2019-09-22 18:09:55 +1000 | |
| commit | cf1e4770f910a49c3fbfeb881168e5f3def26484 (patch) | |
| tree | dcdcfb617b1fa680eaa74cf1a96f872f259bba1b /externals/open_source_archives/include | |
| parent | Merge pull request #2535 from DarkLordZach/cheat-v2 (diff) | |
| parent | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" (diff) | |
| download | yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.tar.gz yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.tar.xz yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.zip | |
Merge pull request #2893 from ogniK5377/revert-dlz
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
Diffstat (limited to 'externals/open_source_archives/include')
6 files changed, 36 insertions, 0 deletions
diff --git a/externals/open_source_archives/include/FontChineseSimplified.h b/externals/open_source_archives/include/FontChineseSimplified.h new file mode 100644 index 000000000..907b98466 --- /dev/null +++ b/externals/open_source_archives/include/FontChineseSimplified.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <array> | ||
| 4 | |||
| 5 | extern const std::array<unsigned char, 217276> FontChineseSimplified; | ||
| 6 | |||
diff --git a/externals/open_source_archives/include/FontChineseTraditional.h b/externals/open_source_archives/include/FontChineseTraditional.h new file mode 100644 index 000000000..cf4b55039 --- /dev/null +++ b/externals/open_source_archives/include/FontChineseTraditional.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <array> | ||
| 4 | |||
| 5 | extern const std::array<unsigned char, 222236> FontChineseTraditional; | ||
| 6 | |||
diff --git a/externals/open_source_archives/include/FontExtendedChineseSimplified.h b/externals/open_source_archives/include/FontExtendedChineseSimplified.h new file mode 100644 index 000000000..94627dbca --- /dev/null +++ b/externals/open_source_archives/include/FontExtendedChineseSimplified.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <array> | ||
| 4 | |||
| 5 | extern const std::array<unsigned char, 293516> FontExtendedChineseSimplified; | ||
| 6 | |||
diff --git a/externals/open_source_archives/include/FontKorean.h b/externals/open_source_archives/include/FontKorean.h new file mode 100644 index 000000000..ea2e080f7 --- /dev/null +++ b/externals/open_source_archives/include/FontKorean.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <array> | ||
| 4 | |||
| 5 | extern const std::array<unsigned char, 217276> FontKorean; | ||
| 6 | |||
diff --git a/externals/open_source_archives/include/FontNintendoExtended.h b/externals/open_source_archives/include/FontNintendoExtended.h new file mode 100644 index 000000000..06349cfc0 --- /dev/null +++ b/externals/open_source_archives/include/FontNintendoExtended.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <array> | ||
| 4 | |||
| 5 | extern const std::array<unsigned char, 172064> FontNintendoExtended; | ||
| 6 | |||
diff --git a/externals/open_source_archives/include/FontStandard.h b/externals/open_source_archives/include/FontStandard.h new file mode 100644 index 000000000..ad379f12c --- /dev/null +++ b/externals/open_source_archives/include/FontStandard.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <array> | ||
| 4 | |||
| 5 | extern const std::array<unsigned char, 217276> FontStandard; | ||
| 6 | |||