mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
user-manager: m_trophy_dir changed to lowercase.
This commit is contained in:
parent
622c8c2788
commit
9ca8ec8ec7
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ void trophy_manager_dialog::PopulateTrophyDB()
|
|||
{
|
||||
m_trophies_db.clear();
|
||||
|
||||
QDirIterator dir_iter(qstr(vfs::get(m_TROPHY_DIR)), QDir::Dirs | QDir::NoDotAndDotDot);
|
||||
QDirIterator dir_iter(qstr(vfs::get(m_trophy_dir)), QDir::Dirs | QDir::NoDotAndDotDot);
|
||||
while (dir_iter.hasNext())
|
||||
{
|
||||
dir_iter.next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue