diff options
| author | 2020-09-17 11:45:27 -0400 | |
|---|---|---|
| committer | 2020-09-17 11:45:30 -0400 | |
| commit | 02b8b6677a8859d972a83b020218759e36c78a1d (patch) | |
| tree | e9bc6fbc36d25295e1be0652c49dab586a3066c2 /src/core/file_sys | |
| parent | Merge pull request #4653 from ReinUsesLisp/gc-warns (diff) | |
| download | yuzu-02b8b6677a8859d972a83b020218759e36c78a1d.tar.gz yuzu-02b8b6677a8859d972a83b020218759e36c78a1d.tar.xz yuzu-02b8b6677a8859d972a83b020218759e36c78a1d.zip | |
control_metadata: Resolve typo in Portuguese language name
This isn't used anywhere, so this is a trivial fix.
Diffstat (limited to 'src/core/file_sys')
| -rw-r--r-- | src/core/file_sys/control_metadata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/control_metadata.h b/src/core/file_sys/control_metadata.h index 9ab86e35b..403c4219a 100644 --- a/src/core/file_sys/control_metadata.h +++ b/src/core/file_sys/control_metadata.h | |||
| @@ -83,7 +83,7 @@ enum class Language : u8 { | |||
| 83 | Italian = 7, | 83 | Italian = 7, |
| 84 | Dutch = 8, | 84 | Dutch = 8, |
| 85 | CanadianFrench = 9, | 85 | CanadianFrench = 9, |
| 86 | Portugese = 10, | 86 | Portuguese = 10, |
| 87 | Russian = 11, | 87 | Russian = 11, |
| 88 | Korean = 12, | 88 | Korean = 12, |
| 89 | Taiwanese = 13, | 89 | Taiwanese = 13, |