aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Font/SharedFontType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Font/SharedFontType.cs')
-rw-r--r--Ryujinx.HLE/HOS/Font/SharedFontType.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Ryujinx.HLE/HOS/Font/SharedFontType.cs b/Ryujinx.HLE/HOS/Font/SharedFontType.cs
deleted file mode 100644
index 53dca626..00000000
--- a/Ryujinx.HLE/HOS/Font/SharedFontType.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace Ryujinx.HLE.HOS.Font
-{
- public enum SharedFontType
- {
- JapanUsEurope = 0,
- SimplifiedChinese = 1,
- SimplifiedChineseEx = 2,
- TraditionalChinese = 3,
- Korean = 4,
- NintendoEx = 5,
- Count
- }
-} \ No newline at end of file