mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Merge pull request #5336 from JosJuice/memcard-shiftjis
Fix display of Japanese text in the Memory Card Manager
This commit is contained in:
commit
344767a258
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ void GCMemcard::InitDirBatPointers()
|
||||||
|
|
||||||
bool GCMemcard::IsShiftJIS() const
|
bool GCMemcard::IsShiftJIS() const
|
||||||
{
|
{
|
||||||
return hdr.Encoding == 1;
|
return hdr.Encoding != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GCMemcard::Save()
|
bool GCMemcard::Save()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue