diff options
| author | 2019-09-22 17:47:25 +1000 | |
|---|---|---|
| committer | 2019-09-22 17:47:25 +1000 | |
| commit | d961d5479e0246f217883b57bbfdd736610b642e (patch) | |
| tree | dcdcfb617b1fa680eaa74cf1a96f872f259bba1b /externals/open_source_archives/include | |
| parent | Merge pull request #2535 from DarkLordZach/cheat-v2 (diff) | |
| download | yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.gz yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.xz yuzu-d961d5479e0246f217883b57bbfdd736610b642e.zip | |
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing
changes made to e34899067b60a69bca02761bd1290c6824bb559a.
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 | |||