summaryrefslogtreecommitdiff
path: root/src/yuzu/install_dialog.cpp
AgeCommit message (Collapse)Author
2020-07-10Update the install and progress dialogsMorph
- Remove the overwrite files checkbox, it will always overwrite - The progressbar now reflects the progress in terms of data transferred.
2020-07-10Refactor batch installing filesMorph
Key issues fixed: - Progress dialog showing up as white/hanging/getting stuck/unresponsive. Key changes: - Progress dialog now shows progress as a function of all files instead of per nca within a file. - Overwrite existing files will overwrite all files in the selection.
2020-07-10Add support for batch install to NANDMorph
This adds support to batch install files to NAND