From 44677ce7d5877118fb7fc57fbf85d12f1cad6487 Mon Sep 17 00:00:00 2001 From: Anthony Serna Date: Mon, 23 May 2016 17:47:30 -0500 Subject: [PATCH] [UI] Fix Gamelist encoding bug --- Source/Core/DolphinWX/GameListCtrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/GameListCtrl.cpp b/Source/Core/DolphinWX/GameListCtrl.cpp index 1a8e4807ea..371d25887f 100644 --- a/Source/Core/DolphinWX/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/GameListCtrl.cpp @@ -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,