mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix display of Japanese text in the Memory Card Manager
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user