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