summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/game_list.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-10-23 04:41:39 +0200
committerbunnei <bunneidev@gmail.com>2015-10-23 04:41:39 +0200
commit8c385a3fc640b66d8d082ad81889363199b3036c (patch)
treea5f48dd2ed0fb820842031ef38cb48e9da969568 /src/citra_qt/game_list.cpp
parentMerge pull request #1187 from bunnei/shader-gen (diff)
parentchange file path encoding to Local8bit() (diff)
downloadyuzu-8c385a3fc640b66d8d082ad81889363199b3036c.tar
yuzu-8c385a3fc640b66d8d082ad81889363199b3036c.tar.gz
yuzu-8c385a3fc640b66d8d082ad81889363199b3036c.tar.bz2
yuzu-8c385a3fc640b66d8d082ad81889363199b3036c.tar.lz
yuzu-8c385a3fc640b66d8d082ad81889363199b3036c.tar.xz
yuzu-8c385a3fc640b66d8d082ad81889363199b3036c.tar.zst
yuzu-8c385a3fc640b66d8d082ad81889363199b3036c.zip
Diffstat (limited to 'src/citra_qt/game_list.cpp')
-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;
}