A Linux patch for Japanese games names conversion by siliconjoe
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3258 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
cdc1432550
commit
1def738932
|
@ -1001,9 +1001,8 @@ bool CGameListCtrl::CopySJISToString( wxString& _rDestination, const char* _src
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
// not implement other than windows
|
_rDestination = wxString(wxString(_src,wxConvLibc),wxConvUTF8);
|
||||||
//_rDestination = _src;
|
returnCode = true;
|
||||||
//returnCode = true;
|
|
||||||
#endif
|
#endif
|
||||||
return returnCode;
|
return returnCode;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue