mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
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
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue