summaryrefslogtreecommitdiff
path: root/externals/open_source_archives/include/FontNintendoExtended.h
diff options
context:
space:
mode:
authorGravatar David2019-09-22 18:09:55 +1000
committerGravatar GitHub2019-09-22 18:09:55 +1000
commitcf1e4770f910a49c3fbfeb881168e5f3def26484 (patch)
treedcdcfb617b1fa680eaa74cf1a96f872f259bba1b /externals/open_source_archives/include/FontNintendoExtended.h
parentMerge pull request #2535 from DarkLordZach/cheat-v2 (diff)
parentRevert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" (diff)
downloadyuzu-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.h6
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
5extern const std::array<unsigned char, 172064> FontNintendoExtended;
6