mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
FilesystemPanel: Expand game partition rather than second partition
The game partition is normally the second partition, but not if the disc has been scrubbed to only contain one partition.
This commit is contained in:
@ -215,7 +215,7 @@ bool FilesystemPanel::PopulateFileSystemTree()
|
||||
m_tree_ctrl->SetItemData(partition_root, partition);
|
||||
CreateDirectoryTree(m_tree_ctrl, partition_root, partition->filesystem->GetFileList());
|
||||
|
||||
if (i == 1)
|
||||
if (partitions[i] == m_opened_iso->GetGamePartition())
|
||||
m_tree_ctrl->Expand(partition_root);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user