DolphinQt: Turn the compress/decompress action into a dialog

This commit is contained in:
JosJuice
2020-04-04 23:18:15 +02:00
parent 42f6913bcc
commit dae2c14f7f
9 changed files with 283 additions and 195 deletions

View File

@ -27,7 +27,7 @@
namespace UICommon
{
static constexpr u32 CACHE_REVISION = 16; // Last changed in PR 8313
static constexpr u32 CACHE_REVISION = 17; // Last changed in PR 8738
std::vector<std::string> FindAllGamePaths(const std::vector<std::string>& directories_to_scan,
bool recursive_scan)