diff options
| author | 2019-09-22 16:09:22 +1000 | |
|---|---|---|
| committer | 2019-09-22 16:09:22 +1000 | |
| commit | fa1c60c33ef88c6cd0b72da46842dc9098db712d (patch) | |
| tree | 0e0ac1e013ea4003d116b30ee968eaf26005d210 /externals/open_source_archives/include/FontNintendoExtended.h | |
| parent | Merge pull request #2886 from MysticExile/dynarmic (diff) | |
| parent | pl_u: Use kernel physical memory (diff) | |
| download | yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.gz yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.xz yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.zip | |
Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1
system_archive: Move shared font data to system_archive and fix extended font data
Diffstat (limited to 'externals/open_source_archives/include/FontNintendoExtended.h')
| -rw-r--r-- | externals/open_source_archives/include/FontNintendoExtended.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/externals/open_source_archives/include/FontNintendoExtended.h b/externals/open_source_archives/include/FontNintendoExtended.h deleted file mode 100644 index 06349cfc0..000000000 --- a/externals/open_source_archives/include/FontNintendoExtended.h +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <array> | ||
| 4 | |||
| 5 | extern const std::array<unsigned char, 172064> FontNintendoExtended; | ||
| 6 | |||