summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/game_list.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2015-10-20 19:58:23 +0200
committerwwylele <wwylele@gmail.com>2015-10-20 19:58:23 +0200
commit6e5738917219fe619689d6bafca4a75b61dcd689 (patch)
treee3f8b61e6ae978318c4f449ce9c53a7882aa6e3d /src/citra_qt/game_list.cpp
parentMerge pull request #1207 from kemenaran/persist-citra-settings-in-qt (diff)
downloadyuzu-6e5738917219fe619689d6bafca4a75b61dcd689.tar
yuzu-6e5738917219fe619689d6bafca4a75b61dcd689.tar.gz
yuzu-6e5738917219fe619689d6bafca4a75b61dcd689.tar.bz2
yuzu-6e5738917219fe619689d6bafca4a75b61dcd689.tar.lz
yuzu-6e5738917219fe619689d6bafca4a75b61dcd689.tar.xz
yuzu-6e5738917219fe619689d6bafca4a75b61dcd689.tar.zst
yuzu-6e5738917219fe619689d6bafca4a75b61dcd689.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/game_list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/game_list.cpp b/src/citra_qt/game_list.cpp
index dade3c212..e925f08a7 100644
--- a/src/citra_qt/game_list.cpp
+++ b/src/citra_qt/game_list.cpp
@@ -80,7 +80,7 @@ void GameList::DonePopulating()
void GameList::PopulateAsync(const QString& dir_path, bool deep_scan)
{
if (!FileUtil::Exists(dir_path.toStdString()) || !FileUtil::IsDirectory(dir_path.toStdString())) {
- LOG_ERROR(Frontend, "Could not find game list folder at %s", dir_path.toLatin1().data());
+ LOG_ERROR(Frontend, "Could not find game list folder at %s", dir_path.toLocal8Bit().data());
return;
}