diff options
Diffstat (limited to 'src/core/loader/smdh.h')
-rw-r--r-- | src/core/loader/smdh.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/loader/smdh.h b/src/core/loader/smdh.h index 2011abda2..ac7726c8f 100644 --- a/src/core/loader/smdh.h +++ b/src/core/loader/smdh.h @@ -6,7 +6,6 @@ #include <array> #include <vector> - #include "common/common_funcs.h" #include "common/common_types.h" #include "common/swap.h" @@ -56,7 +55,7 @@ struct SMDH { Italian = 4, Spanish = 5, SimplifiedChinese = 6, - Korean= 7, + Korean = 7, Dutch = 8, Portuguese = 9, Russian = 10, |