mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
log only when ::IsValidCodePage() fails (r6941)
fix debug/debugfast build on windows git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7046 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a3ba93d9ce
commit
dc93854895
3 changed files with 12 additions and 3 deletions
|
@ -1414,7 +1414,10 @@ void CISOProperties::ChangeBannerDetails(int lang)
|
|||
{
|
||||
SJISConv = wxCSConv(wxFontMapper::GetEncodingName(wxFONTENCODING_SHIFT_JIS));
|
||||
}
|
||||
WARN_LOG(COMMON, "Cannot Convert from Charset Windows Japanese cp 932");
|
||||
else
|
||||
{
|
||||
WARN_LOG(COMMON, "Cannot Convert from Charset Windows Japanese cp 932");
|
||||
}
|
||||
#else
|
||||
wxCSConv SJISConv(wxFontMapper::GetEncodingName(wxFONTENCODING_EUC_JP));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue