diff options
| author | 2019-10-14 15:13:41 -0400 | |
|---|---|---|
| committer | 2019-10-14 15:13:41 -0400 | |
| commit | 0378babd1506066b8a865476c569407a21601dd7 (patch) | |
| tree | a56cb5e49dbc81e1bd0ce63b2ff1c1c08476e9fb /externals/open_source_archives/include/FontNintendoExtended.h | |
| parent | Merge pull request #2968 from FreddyFunk/fix-zl-zr-analog-triggers (diff) | |
| parent | pl_u: Fix mismatched rebase size error in font encryption (diff) | |
| download | yuzu-0378babd1506066b8a865476c569407a21601dd7.tar.gz yuzu-0378babd1506066b8a865476c569407a21601dd7.tar.xz yuzu-0378babd1506066b8a865476c569407a21601dd7.zip | |
Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1
pl_u: Move open source font archives and fix NAND error
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 | |||