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/FontNintendoExtended.h | |
| 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/FontNintendoExtended.h')
| -rw-r--r-- | externals/open_source_archives/include/FontNintendoExtended.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||