mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
[UI] Fix Gamelist encoding bug
This commit is contained in:
parent
08d45b9fea
commit
44677ce7d5
@ -407,7 +407,7 @@ void CGameListCtrl::UpdateItemAtColumn(long _Index, int column)
|
||||
break;
|
||||
case COLUMN_FILENAME:
|
||||
SetItem(_Index, COLUMN_FILENAME,
|
||||
wxFileNameFromPath(rISOFile.GetFileName()), -1);
|
||||
wxFileNameFromPath(StrToWxStr(rISOFile.GetFileName())), -1);
|
||||
break;
|
||||
case COLUMN_EMULATION_STATE:
|
||||
SetItemColumnImage(_Index, COLUMN_EMULATION_STATE,
|
||||
|
Loading…
Reference in New Issue
Block a user