mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Fix display of Japanese text in the Memory Card Manager
This commit is contained in:
parent
8a559f2e58
commit
d2b20f3163
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ void GCMemcard::InitDirBatPointers()
|
|||
|
||||
bool GCMemcard::IsShiftJIS() const
|
||||
{
|
||||
return hdr.Encoding == 1;
|
||||
return hdr.Encoding != 0;
|
||||
}
|
||||
|
||||
bool GCMemcard::Save()
|
||||
|
|
Loading…
Add table
Reference in a new issue