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:
death2droid 2009-05-17 01:45:10 +00:00
parent cdc1432550
commit 1def738932
1 changed files with 2 additions and 3 deletions

View File

@ -1001,9 +1001,8 @@ bool CGameListCtrl::CopySJISToString( wxString& _rDestination, const char* _src
}
}
#else
// not implement other than windows
//_rDestination = _src;
//returnCode = true;
_rDestination = wxString(wxString(_src,wxConvLibc),wxConvUTF8);
returnCode = true;
#endif
return returnCode;
}