mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Qt: fix adding vsh to gamelist
This commit is contained in:
parent
c86d221ba5
commit
3f066cca4a
@ -527,7 +527,7 @@ void game_list_frame::Refresh(const bool from_drive, const bool scroll_after)
|
||||
|
||||
const auto dev_flash = g_cfg_vfs.get_dev_flash();
|
||||
|
||||
m_path_list.emplace(dev_flash + "vsh/module/vsh.self");
|
||||
m_path_entries.emplace_back(path_entry{dev_flash + "vsh/module/vsh.self", false, false});
|
||||
|
||||
// Remove duplicates
|
||||
sort(m_path_entries.begin(), m_path_entries.end(), [](const path_entry& l, const path_entry& r){return l.path < r.path;});
|
||||
|
Loading…
Reference in New Issue
Block a user